Update BUILDING.md (#364)

Add -O2 flag to text instructions since it was fixed in #342 commit db2fa61
This commit is contained in:
GreenSwede
2022-05-21 19:37:46 +02:00
committed by GitHub
parent d1357b902d
commit 40f13ff2e6

View File

@@ -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) OPTFLAGS=-O0 DEBUG=0
make setup -j$(nproc) OPTFLAGS=-O2 DEBUG=0
# Compile the code
make -j $(nproc) OPTFLAGS=-O0 DEBUG=0
make -j $(nproc) OPTFLAGS=-O2 DEBUG=0
```
# Compatible Roms