diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-05-19 20:53:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 20:53:23 +0200 |
| commit | 91d6e5372caea481b7298c2be956ff204bdba44a (patch) | |
| tree | daf7825abe0b45e46c959204cae8b1fdf46f624f /src/build_settings.cpp | |
| parent | b7783cac0548d2d21b264c04eeffd47bcef424b8 (diff) | |
| parent | ab9593250295137d0a654e942965feee7f506206 (diff) | |
Merge pull request #5182 from Kelimion/dynamic-literals
-dynamic-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 04101761c..8364bbfbe 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -459,6 +459,7 @@ struct BuildContext { bool ignore_unknown_attributes; bool no_bounds_check; bool no_type_assert; + bool dynamic_literals; // Opt-in to `#+feature dynamic-literals` project-wide. bool no_output_files; bool no_crt; bool no_rpath; |