Skip to content

Commit

Permalink
Change install.md to mention make debug instead of DINFO=1 (#5882)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravepossum authored Dec 26, 2024
1 parent 816d302 commit 6a1ed7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a1ed7e

Please sign in to comment.