Revert "Auto merge of #51165 - SimonSapin:opt2, r=alexcrichton"

This reverts commit 524ad9b9e0, reversing
changes made to 59c0f5913d.
This commit is contained in:
kennytm 2018-07-10 22:28:32 +08:00
parent 7db82ccd76
commit 6c635b719d
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C
1 changed files with 0 additions and 7 deletions

View File

@ -40,13 +40,6 @@ members = [
"tools/rls/test_data/workspace_symbol",
]
# Curiously, libtest will segfault if compiled with opt-level=3
# with some versions of XCode: https://github.com/rust-lang/rust/issues/50867
[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]