]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Rollup merge of #69766 - skade:make-point-copy-in-add-documentation, r=shepmaster
[rust.git] / Cargo.toml
index 9d5c27b96df5d435daaded1ece44d1c8b6b613c1..2f5a708e8dc6cff1f353a558f2940de30607e6ae 100644 (file)
@@ -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]