Skip to content

Commit 90f849d

Browse files
authored
Add args to build release config on Linux (#312)
1 parent 45e5e5c commit 90f849d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ cp /usr/local/lib/libGLEW.a external
4141

4242
cd soh
4343
# Extract the assets/Compile the exporter/Run the exporter
44-
make setup -j$(nproc)
44+
make setup -j$(nproc) OPTFLAGS=-O0 DEBUG=0
4545
# Compile the code
46-
make -j $(nproc)
46+
make -j $(nproc) OPTFLAGS=-O0 DEBUG=0
4747
```
4848

4949
# Compatible Roms

0 commit comments

Comments
 (0)