Change install.md to mention make debug instead of DINFO=1 (#5882)

This commit is contained in:
RavePossum 2024-12-26 10:28:07 -07:00 committed by GitHub
parent 816d3020fa
commit 6a1ed7e33a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,9 +110,9 @@ To compile the `modern` target with this toolchain, the subdirectories `lib`, `i
### Building with debug info
To build **pokeemerald.elf** with debug symbols under a modern toolchain:
To build **pokeemerald.elf** with debug symbols and debug-compatible optimization under a modern toolchain:
```bash
make DINFO=1
make debug
```
# Useful additional tools