X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=2f5a708e8dc6cff1f353a558f2940de30607e6ae;hb=1e26a1c4d10c5e5f06940ecdf8ee2af2a973082c;hp=9d5c27b96df5d435daaded1ece44d1c8b6b613c1;hpb=6e797ff8d942d3823725b2326b906425433f2624;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]