diff options
| author | gingerBill <bill@gingerbill.org> | 2024-07-08 16:12:22 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-07-08 16:12:22 +0100 |
| commit | 564d5af8b2094e629793b504168fa40432bd4f1c (patch) | |
| tree | d0e41fae8a6b87c254c1f43246268b97124f9c28 /src/main.cpp | |
| parent | 2c9ef6907a43c6ea2dd7adf17e36b57cbd756c12 (diff) | |
Default to `-o:none` for all builds
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 89ce93b18..606b2b592 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2112,7 +2112,7 @@ gb_internal void print_show_help(String const arg0, String const &command) { if (LB_USE_NEW_PASS_SYSTEM) { print_usage_line(3, "-o:aggressive"); } - print_usage_line(2, "The default is -o:minimal."); + print_usage_line(2, "The default is -o:none."); print_usage_line(0, ""); } |