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

@@ -12,5 +12,4 @@ pub const enable_tracy = false;
pub const value_tracing = false;
pub const skip_non_native = false;
pub const force_gpa = false;
pub const only_c = false;
pub const only_core_functionality = true;
pub const dev = .core;