Updated flag to build in release in option 1b

Jeff Coukell 2023-12-17 23:53:23 -08:00
parent 14a15fb901
commit 04ea7d94b7

@ -64,7 +64,7 @@ $DEVKIT\bin\zig.exe build -p stage3 --search-prefix $DEVKIT --zig-lib-dir lib -D
Replace `$DEVKIT` with the path to the folder that you unzipped after downloading it from the link above.
Append `-Drelease` for a Release build.
Append `-Doptimize=ReleaseSafe` for a Release build.
**If you get an error building at this step**, it is most likely that the Zig installation inside the dev kit is too old, and the dev kit needs to be updated. In this case one more step is required: