Change install.md to mention make debug instead of DINFO=1 (#5882)
This commit is contained in:
parent
816d3020fa
commit
6a1ed7e33a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue