Add -no-dynamic-literals to disallow dynamic array and map literals

This commit is contained in:
gingerBill
2020-07-14 23:01:34 +01:00
parent b2beb9512f
commit 7ae54ae3b4
5 changed files with 46 additions and 25 deletions

View File

@@ -134,6 +134,7 @@ struct BuildContext {
bool keep_temp_files;
bool ignore_unknown_attributes;
bool no_bounds_check;
bool no_dynamic_literals;
bool no_output_files;
bool no_crt;
bool use_lld;