mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
Add -build-only for odin test command
This allows test executables to be only built, not run too.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user