-dynamic-literals

This commit is contained in:
Jeroen van Rijn
2025-05-19 20:44:27 +02:00
parent b7783cac05
commit ab95932502
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -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;