Update INSTALL.md

This commit is contained in:
Kurausukun 2022-05-12 22:33:17 -04:00 committed by GitHub
parent 1c13335d16
commit 7d224197c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ To compile the `modern` target with this toolchain, the subdirectories `lib`, `i
To build **pokeemerald.elf** with debug symbols under a modern toolchain:
```bash
make DINFO=1
make modern DINFO=1
```
Note that this is not necessary for a non-modern build since those are built with debug symbols by default.