diff --git a/README.md b/README.md index 9ddf111869..c69300c030 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For other versions, check the git tags of this repository. ## Build Instructions ``` -./build -- +./build -- ``` All parameters are required: @@ -48,6 +48,10 @@ All parameters are required: * ``: Replace with a `-mcpu` parameter of Zig. `baseline` is recommended and means it will target a generic CPU for the target. `native` means it will target the native CPU. See the Zig documentation for more details. + * ``: Replace with any one value from the + [std.builtin.OptimizeMode](https://ziglang.org/documentation/master/std/#std.builtin.OptimizeMode) + enum. Note this only applies to the final output Zig binary. Intermediary build + stages will use ReleaseFast. Please be aware of the following two CMake environment variables that can significantly affect how long it takes to build: @@ -71,7 +75,7 @@ installed via the Visual Studio installer. The script must be run within the `Developer Command Prompt for VS 2019` shell: ``` -build.bat -- +build.bat [arch>--