Disable the slower release profile builds for now

This commit is contained in:
R Tyler Croy 2020-11-01 15:02:18 -08:00
parent 389da374cf
commit e55d2c38aa
1 changed files with 8 additions and 6 deletions

View File

@ -15,9 +15,11 @@ members = [
"stdlib/sh",
]
[profile.release]
panic = "abort"
lto = true
codegen-units = 1
incremental = false
opt-level = "z"
# Re-enable when closer to cutting actual releases, otherwise it's not worth
# the compile-time slowdown
#[profile.release]
#panic = "abort"
#lto = true
#codegen-units = 1
#incremental = false
#opt-level = "z"