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) {...@@ -41,7 +41,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
41 " -femit-bin=[path] Output machine code\n"41 " -femit-bin=[path] Output machine code\n"
42 " --pkg-begin [name] [path] make pkg available to import and push current pkg\n"42 " --pkg-begin [name] [path] make pkg available to import and push current pkg\n"
43 " --pkg-end pop current pkg\n"43 " --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"
45 " -OReleaseFast build with optimizations on and safety off\n"45 " -OReleaseFast build with optimizations on and safety off\n"
46 " -OReleaseSafe build with optimizations on and safety on\n"46 " -OReleaseSafe build with optimizations on and safety on\n"
47 " -OReleaseSmall build with size optimizations on and safety off\n"47 " -OReleaseSmall build with size optimizations on and safety off\n"