mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
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:
parent
d00e05f186
commit
b6abe1dbf7
6 changed files with 151 additions and 67 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue