dev: introduce dev environments that enable compiler feature sets

This commit is contained in:
Jacob Young
2024-07-19 01:04:59 -04:00
committed by Andrew Kelley
parent b7e48c6bcd
commit 4f742c4cfc
16 changed files with 520 additions and 237 deletions

View File

@@ -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");