authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-06-17 13:39:30-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-06-17 20:28:37-07:00
logdc392f49f8dc8815ba47aae236bb65f14ebf4b86
treeca2dcd9a32804a7aed41dbcab8ff707441dd8070
parent71ec89383b07f4c9ea5bfc047074adec6ae6b533

stage1: fix zig0 help message

closes #9140

1 files changed, 1 insertions(+), 1 deletions(-)

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