Update BUILDING.md

Add -O2 flag to text instructions since it was fixed in #342 commit db2fa61
This commit is contained in:
GreenSwede 2022-05-16 18:40:45 +02:00
commit 475f2ea7ba

View file

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