This commit is contained in:
Dessalines 2024-12-22 13:43:38 -05:00
parent 5c26245099
commit 41151baa83
2 changed files with 6 additions and 3 deletions

View file

@ -1,2 +1,8 @@
[unstable]
codegen-backend = true
[profile.dev]
codegen-backend = "cranelift"
[build]
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zthreads=16", "-Ctarget-cpu=native"]

View file

@ -1,5 +1,3 @@
cargo-features = ["codegen-backend"]
[workspace.package]
version = "0.19.6-beta.7"
edition = "2021"
@ -38,7 +36,6 @@ panic = "abort"
# out temporarily, but make sure to leave this in the main branch.
[profile.dev]
debug = 0
codegen-backend = "cranelift"
[features]
json-log = ["tracing-subscriber/json"]