]> git.lizzy.rs Git - rust.git/commitdiff
Revert "Auto merge of #51165 - SimonSapin:opt2, r=alexcrichton"
authorkennytm <kennytm@gmail.com>
Tue, 10 Jul 2018 14:28:32 +0000 (22:28 +0800)
committerkennytm <kennytm@gmail.com>
Thu, 12 Jul 2018 15:42:57 +0000 (23:42 +0800)
This reverts commit 524ad9b9e03656f3fdeb03ed82fe78db3916e566, reversing
changes made to 59c0f5913ddc2f66c1ff8ab612f7027e38c85a6d.

src/Cargo.toml

index 3cf48671e76def0327fe9b3a68698b9107ade294..be4db9d3e2aa0dc09ded1f3ce86f317f5a4fdce6 100644 (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]