From 30383b2384864173b9238a121f8e83f8968f1e51 Mon Sep 17 00:00:00 2001 From: Tatsuyuki Ishi Date: Sat, 13 May 2017 14:35:16 +0900 Subject: [PATCH] Reenable opt-level 3 This comment is quite old, let's see what would happen with current MSVC. --- src/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Cargo.toml b/src/Cargo.toml index 9aca3e134d655..493230bfb92bb 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -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]