Add -build-only for odin test command

This allows test executables to be only built, not run too.
This commit is contained in:
Feoramund
2025-05-22 17:33:24 -04:00
parent 34e998c1fc
commit 0536f86268
2 changed files with 13 additions and 1 deletions
+1
View File
@@ -441,6 +441,7 @@ struct BuildContext {
String extra_assembler_flags;
String microarch;
BuildModeKind build_mode;
bool build_only;
bool generate_docs;
bool custom_optimization_level;
i32 optimization_level;