Skip to content

Instantly share code, notes, and snippets.

@mikdusan
Created April 22, 2024 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikdusan/6e1275310d95c83016822e6416b41921 to your computer and use it in GitHub Desktop.
Save mikdusan/6e1275310d95c83016822e6416b41921 to your computer and use it in GitHub Desktop.
diff --git a/lib/compiler/build_runner.zig b/lib/compiler/build_runner.zig
index 01dc437208..fa836f0df4 100644
--- a/lib/compiler/build_runner.zig
+++ b/lib/compiler/build_runner.zig
@@ -1096,8 +1096,9 @@ fn usage(b: *std.Build, out_stream: anytype) !void {
\\ --prefix-exe-dir [path] Where to install executables
\\ --prefix-include-dir [path] Where to install C header files
\\
- \\ --release[=mode] Request release mode, optionally specifying a
- \\ preferred optimization mode: fast, safe, small
+ \\ --release[=mode] Request release mode, optionally specifying an
+ \\ optimization mode { fast, safe, small } to be used
+ \\ when preferred_optimize_mode is not set.
\\
\\ -fdarling, -fno-darling Integration with system-installed Darling to
\\ execute macOS programs on Linux hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment