diff options
| author | gingerBill <bill@gingerbill.org> | 2020-07-14 23:01:34 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-07-14 23:01:34 +0100 |
| commit | 7ae54ae3b4141ff0136ce9a1684bc16e7d994b41 (patch) | |
| tree | 922364bc791c97067afa92d326adf09643ff96eb /src/build_settings.cpp | |
| parent | b2beb9512f60da01072895028dc6f00c422b6ab8 (diff) | |
Add `-no-dynamic-literals` to disallow dynamic array and map literals
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 9f30a07ac..d6ac55ac8 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -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; |