mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
Optimize all dependencies in debug mode
This commit is contained in:
parent
ca25489bdd
commit
3965a65a79
@ -1,3 +1,5 @@
|
||||
cargo-features = ["profile-overrides"]
|
||||
|
||||
[package]
|
||||
name = "rustc_codegen_cranelift"
|
||||
version = "0.1.0"
|
||||
@ -30,3 +32,6 @@ byteorder = "1.2.6"
|
||||
#cranelift-module = { path = "../cranelift/lib/module" }
|
||||
#cranelift-simplejit = { path = "../cranelift/lib/simplejit" }
|
||||
#cranelift-faerie = { path = "../cranelift/lib/faerie" }
|
||||
|
||||
[profile.dev.overrides."*"]
|
||||
opt-level = 3
|
||||
|
Loading…
Reference in New Issue
Block a user