Add -extra-assembler-flags

This commit is contained in:
gingerBill
2021-11-24 22:20:18 +00:00
parent 07ec93bfeb
commit c34a331696
2 changed files with 17 additions and 5 deletions
+1
View File
@@ -196,6 +196,7 @@ struct BuildContext {
bool has_resource;
String link_flags;
String extra_linker_flags;
String extra_assembler_flags;
String microarch;
BuildModeKind build_mode;
bool generate_docs;