mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Add args to build release config on Linux
This commit is contained in:
parent
bcd57f45b2
commit
5777873e1b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue