diff options
| author | peachey2k2 <ogzpolat@gmail.com> | 2024-11-01 15:51:18 +0300 |
|---|---|---|
| committer | peachey2k2 <ogzpolat@gmail.com> | 2024-11-01 15:51:18 +0300 |
| commit | 04b000370bd57d644e842612fdaa3cc1b4d578c8 (patch) | |
| tree | 39efa080d1a8b667568cfa1771e57f8f414e2374 /src/main.cpp | |
| parent | d4d546a63a3d12ef8e308989562100b95219ac9b (diff) | |
Add "-build-mode:dynamic" to the "odin help build" output
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1574ac544..b04ee90f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2199,6 +2199,7 @@ gb_internal void print_show_help(String const arg0, String const &command) { print_usage_line(3, "-build-mode:test Builds as an executable that executes tests."); print_usage_line(3, "-build-mode:dll Builds as a dynamically linked library."); print_usage_line(3, "-build-mode:shared Builds as a dynamically linked library."); + print_usage_line(3, "-build-mode:dynamic Builds as a dynamically linked library."); print_usage_line(3, "-build-mode:lib Builds as a statically linked library."); print_usage_line(3, "-build-mode:static Builds as a statically linked library."); print_usage_line(3, "-build-mode:obj Builds as an object file."); |