Rename -keep-test-executable to -keep-executable

This commit is contained in:
Jeroen van Rijn
2025-05-23 08:47:48 +02:00
parent f716d4c88f
commit 84b140f963
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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;