Reenable opt-level 3

This comment is quite old, let's see what would happen with current MSVC.
This commit is contained in:
Tatsuyuki Ishi 2017-05-13 14:35:16 +09:00 committed by GitHub
parent d5f1cfd0fe
commit 30383b2384
1 changed files with 0 additions and 8 deletions

View File

@ -21,14 +21,6 @@ exclude = [
"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]