about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-05-20 02:13:26 +0000
committerbors <bors@rust-lang.org>2017-05-20 02:13:26 +0000
commit0bd9e1f5e6e9832691d033f1cc32409f5e2a9145 (patch)
tree5eb23a3f9b7bf2e1ab3211d18f8b817c0674faab /src
parent4662b15be0c8fdb27d74295858d88eb024a59f87 (diff)
parent30383b2384864173b9238a121f8e83f8968f1e51 (diff)
downloadrust-0bd9e1f5e6e9832691d033f1cc32409f5e2a9145.tar.gz
rust-0bd9e1f5e6e9832691d033f1cc32409f5e2a9145.zip
Auto merge of #41967 - ishitatsuyuki:patch-1, r=alexcrichton
Reenable opt-level 3

This comment is quite old, let's see what would happen with current MSVC.

Since there's no AppVeyor test for PR, the best way is to try if it get through homu. I don't recommend doing this in roll-up.
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 85a6df3573a..023627fda99 100644
--- a/src/Cargo.toml
+++ b/src/Cargo.toml
@@ -18,14 +18,6 @@ members = [
   "tools/rls",
 ]
 
-# 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]