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 13:39:30-07:00
loge18ef71d989701833dc94d518e559817a781a7bf
treecabde660918b78df7823459047733b89ddc5b7c8
parent0e71e6ee0fb5e1bace0a32b48961b358a1f47621

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"