diff options
| author | gingerBill <bill@gingerbill.org> | 2024-07-15 02:53:01 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-07-15 02:53:01 +0100 |
| commit | 664a71454bd2c58ab6f06f8de6d7d34c3eb397d7 (patch) | |
| tree | 37c086909f668aa5c359369701a9225e7ea72d43 /src/main.cpp | |
| parent | 432388ac7fed8e295fab14d6a7c22f8bf888d2df (diff) | |
`-use-separate-modules` default on Windows only
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 da8322476..0c3ef1399 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2314,7 +2314,7 @@ gb_internal void print_show_help(String const arg0, String const &command) { print_usage_line(1, "-use-separate-modules"); 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(2, "This is the default behaviour on Windows for '-o:none' and '-o:minimal' builds."); print_usage_line(0, ""); } |