zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit dc392f49f8dc8815ba47aae236bb65f14ebf4b86 (tree)
parent 71ec89383b07f4c9ea5bfc047074adec6ae6b533
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Thu, 17 Jun 2021 13:39:30 -0700

stage1: fix zig0 help message

closes #9140

Diffstat:
Msrc/stage1/zig0.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stage1/zig0.cpp b/src/stage1/zig0.cpp @@ -41,7 +41,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) { " -femit-bin=[path] Output machine code\n" " --pkg-begin [name] [path] make pkg available to import and push current pkg\n" " --pkg-end pop current pkg\n" - " -ODebug build with optimizations on and safety off\n" + " -ODebug build with optimizations off and safety on\n" " -OReleaseFast build with optimizations on and safety off\n" " -OReleaseSafe build with optimizations on and safety on\n" " -OReleaseSmall build with size optimizations on and safety off\n"