X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=2f5a708e8dc6cff1f353a558f2940de30607e6ae;hb=0c15adc5308b92919580e98f2fd77cdd448f24a0;hp=9d5c27b96df5d435daaded1ece44d1c8b6b613c1;hpb=2cf24ab89123532f0e84995301ee734a88bf4701;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 9d5c27b96df..2f5a708e8dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,13 +31,6 @@ exclude = [ "obj", ] -# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3 -# See issue https://github.com/rust-lang/rust/issues/52378 -[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]