]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Rollup merge of #71641 - ehuss:update-books, r=ehuss
[rust.git] / Cargo.toml
index 9d5c27b96df5d435daaded1ece44d1c8b6b613c1..7b5e0fa1c281787b2d2cff8aa6dd737fab06c228 100644 (file)
@@ -24,6 +24,7 @@ members = [
   "src/tools/miri",
   "src/tools/rustdoc-themes",
   "src/tools/unicode-table-generator",
+  "src/tools/expand-yaml-anchors",
 ]
 exclude = [
   "build",
@@ -31,13 +32,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]