diff options
| author | gingerBill <bill@gingerbill.org> | 2024-07-15 00:43:46 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-07-15 00:43:46 +0100 |
| commit | c64702ae5ad57240743fc425bb5029fb9c1cc02e (patch) | |
| tree | b105d0a663502a339e41d5150c25b0a57f3e7bb1 /src/main.cpp | |
| parent | 3311ea1c7667364af9cd3f233d1a774e50879e3c (diff) | |
Make `-use-separate-modules` the default behaviour for `-o:none` and `-o:minimal`
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 ef9cad873..da8322476 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2312,9 +2312,9 @@ gb_internal void print_show_help(String const arg0, String const &command) { print_usage_line(0, ""); print_usage_line(1, "-use-separate-modules"); - print_usage_line(1, "[EXPERIMENTAL]"); print_usage_line(2, "The backend generates multiple build units which are then linked together."); print_usage_line(2, "Normally, a single build unit is generated for a standard project."); + print_usage_line(2, "This is the default behaviour for '-o:none' and '-o:minimal' builds"); print_usage_line(0, ""); } |