about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-05-02 07:50:23 +0000
committerbors <bors@rust-lang.org>2018-05-02 07:50:23 +0000
commit5f3994f58f41818bf31efeda6af41e8060978ca5 (patch)
treea876fae274cc192615055d99dd9582459f4a432b /src
parentc1168be5360f17516b233be85ebb193bb4e612bf (diff)
parentaad9840ad49c56830384e87bc8bd87fd0199dc44 (diff)
downloadrust-5f3994f58f41818bf31efeda6af41e8060978ca5.tar.gz
rust-5f3994f58f41818bf31efeda6af41e8060978ca5.zip
Auto merge of #50329 - Zoxc:opt-3, r=alexcrichton
Set opt-level to 3

r? @alexcrichton
Diffstat (limited to 'src')
-rw-r--r--src/Cargo.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Cargo.toml b/src/Cargo.toml
index 814c054c51e..35858ee2868 100644
--- a/src/Cargo.toml
+++ b/src/Cargo.toml
@@ -40,14 +40,6 @@ members = [
   "tools/rls/test_data/workspace_symbol",
 ]
 
-# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit
-# MSVC when running the compile-fail test suite when a should-fail test panics.
-# But hey if this is removed and it gets past the bots, sounds good to me.
-[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]