mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user