Skip to content

Commit

Permalink
Add args to build release config on Linux (HarbourMasters#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
sholdee authored May 13, 2022
1 parent 45e5e5c commit 90f849d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ cp /usr/local/lib/libGLEW.a external

cd soh
# Extract the assets/Compile the exporter/Run the exporter
make setup -j$(nproc)
make setup -j$(nproc) OPTFLAGS=-O0 DEBUG=0
# Compile the code
make -j $(nproc)
make -j $(nproc) OPTFLAGS=-O0 DEBUG=0
```

# Compatible Roms
Expand Down

0 comments on commit 90f849d

Please sign in to comment.