dev: introduce dev environments that enable compiler feature sets
This commit is contained in:
committed by
Andrew Kelley
parent
b7e48c6bcd
commit
4f742c4cfc
@@ -140,8 +140,7 @@ int main(int argc, char **argv) {
|
||||
"pub const value_tracing = false;\n"
|
||||
"pub const skip_non_native = false;\n"
|
||||
"pub const force_gpa = false;\n"
|
||||
"pub const only_c = false;\n"
|
||||
"pub const only_core_functionality = true;\n"
|
||||
"pub const dev = .core;\n"
|
||||
, zig_version);
|
||||
if (written < 100)
|
||||
panic("unable to write to config.zig file");
|
||||
|
||||
Reference in New Issue
Block a user