mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 18:24:06 +00:00
-target-features:<string>
This just passes a string directly to the LLVM features string
This commit is contained in:
@@ -232,6 +232,7 @@ struct BuildContext {
|
||||
String extra_linker_flags;
|
||||
String extra_assembler_flags;
|
||||
String microarch;
|
||||
String target_features;
|
||||
BuildModeKind build_mode;
|
||||
bool generate_docs;
|
||||
i32 optimization_level;
|
||||
|
||||
Reference in New Issue
Block a user