| ... | @@ -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" |