compiler: make it easier to apply breaking changes to std.builtin

Documentation for this will be on the wiki shortly.

Resolves: #21842
This commit is contained in:
mlugg
2025-01-16 10:09:41 +00:00
parent d00e05f186
commit b6abe1dbf7
6 changed files with 151 additions and 67 deletions

View File

@@ -141,6 +141,7 @@ int main(int argc, char **argv) {
"pub const skip_non_native = false;\n"
"pub const force_gpa = false;\n"
"pub const dev = .core;\n"
"pub const value_interpret_mode = .direct;\n"
, zig_version);
if (written < 100)
panic("unable to write to config.zig file");