mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 10:25:49 -05:00
Change install.md to mention make debug instead of DINFO=1 (#5882)
This commit is contained in:
parent
816d3020fa
commit
6a1ed7e33a
|
|
@ -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 New Issue
Block a user