diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-05-23 08:47:48 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-05-23 08:47:48 +0200 |
| commit | 84b140f963126391faba0a5e873f119803d80c3c (patch) | |
| tree | 8200c53414b8619363ba94cffc0fdf7f580dea86 /src/build_settings.cpp | |
| parent | f716d4c88fcb1c073cb1a1d9d32f35cc2bcc4a77 (diff) | |
Rename -keep-test-executable to -keep-executable
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index ecbe0a45a..00594c1b4 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -441,7 +441,7 @@ struct BuildContext { String extra_assembler_flags; String microarch; BuildModeKind build_mode; - bool keep_test_executable; + bool keep_executable; bool generate_docs; bool custom_optimization_level; i32 optimization_level; |