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

@@ -578,6 +578,7 @@ set(ZIG_STAGE2_SOURCES
src/codegen/spirv/Section.zig
src/codegen/spirv/spec.zig
src/crash_report.zig
src/dev.zig
src/glibc.zig
src/introspect.zig
src/libcxx.zig