Revert "Auto merge of #52212 - kennytm:o3-again, r=alexcrichton"

This reverts commit 1731f0af22, reversing
changes made to 0a8275f8b6.
This commit is contained in:
kennytm 2018-07-14 23:04:33 +08:00
parent 1731f0af22
commit d332fc38f3
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

View file

@ -40,6 +40,13 @@ members = [
"tools/rls/test_data/workspace_symbol",
]
# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3
# See issue https://github.com/rust-lang/rust/issues/52378
[profile.release]
opt-level = 2
[profile.bench]
opt-level = 2
# These options are controlled from our rustc wrapper script, so turn them off
# here and have them controlled elsewhere.
[profile.dev]