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.
This commit is contained in:
Jeroen van Rijn
2025-05-23 08:28:27 +02:00
parent 1886c7df0a
commit 12167bace0
2 changed files with 5 additions and 21 deletions
-1
View File
@@ -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;