diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-05-23 08:28:27 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-05-23 08:28:27 +0200 |
| commit | 12167bace05915abda62c93881d711e993e062cd (patch) | |
| tree | 046d5fe017579fc78bd48dc827bb89df0a3d3f9e /src/build_settings.cpp | |
| parent | 1886c7df0ab7c22941873914fa36b7c07fdd1b6a (diff) | |
Tweak #5202
Back out the new `-build-only` for tests in favor of the more established `-build-mode:test`, but retain the new `-keep-test-executable` option and default cleanup of test executables.
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 9c530df19..ecbe0a45a 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -441,7 +441,6 @@ struct BuildContext { String extra_assembler_flags; String microarch; BuildModeKind build_mode; - bool build_only; bool keep_test_executable; bool generate_docs; bool custom_optimization_level; |