From 6c635b719d1cc8c8b0165f6ef303ba338cbbd15b Mon Sep 17 00:00:00 2001 From: kennytm Date: Tue, 10 Jul 2018 22:28:32 +0800 Subject: [PATCH] Revert "Auto merge of #51165 - SimonSapin:opt2, r=alexcrichton" This reverts commit 524ad9b9e03656f3fdeb03ed82fe78db3916e566, reversing changes made to 59c0f5913ddc2f66c1ff8ab612f7027e38c85a6d. --- src/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Cargo.toml b/src/Cargo.toml index 3cf48671e76de..be4db9d3e2aa0 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -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]