From 564d5af8b2094e629793b504168fa40432bd4f1c Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 8 Jul 2024 16:12:22 +0100 Subject: Default to `-o:none` for all builds --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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, ""); } -- cgit v1.2.3