mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-18 08:10:31 -05:00
Add args to build release config on Linux (#312)
This commit is contained in:
parent
45e5e5ca72
commit
90f849dfcf
@ -41,9 +41,9 @@ cp /usr/local/lib/libGLEW.a external
|
|||||||
|
|
||||||
cd soh
|
cd soh
|
||||||
# Extract the assets/Compile the exporter/Run the exporter
|
# Extract the assets/Compile the exporter/Run the exporter
|
||||||
make setup -j$(nproc)
|
make setup -j$(nproc) OPTFLAGS=-O0 DEBUG=0
|
||||||
# Compile the code
|
# Compile the code
|
||||||
make -j $(nproc)
|
make -j $(nproc) OPTFLAGS=-O0 DEBUG=0
|
||||||
```
|
```
|
||||||
|
|
||||||
# Compatible Roms
|
# Compatible Roms
|
||||||
|
Loading…
Reference in New Issue
Block a user