Created
April 22, 2024 20:44
-
-
Save mikdusan/6e1275310d95c83016822e6416b41921 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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