diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-05-22 17:54:15 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2025-05-22 17:58:51 -0400 |
| commit | 5b5822effce461e3ecfdc3b57009736208999959 (patch) | |
| tree | 3c3e31da88d62cc1d6b7edf6fa218000aae06d8d /src/build_settings.cpp | |
| parent | 0536f8626833e6b2938cbedf84b2cf06c95c0ae0 (diff) | |
Delete test executable after running, add `-keep-test-executable`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index ae6fa3463..4f573a8ca 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -442,6 +442,7 @@ struct BuildContext { String microarch; BuildModeKind build_mode; bool build_only; + bool keep_test_executable; bool generate_docs; bool custom_optimization_level; i32 optimization_level; |