]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Auto merge of #69534 - Dylan-DPC:rollup-fwa2lip, r=Dylan-DPC
[rust.git] / Cargo.toml
index a242f090fbc07e889723c334dcb8689b3314be7b..2f5a708e8dc6cff1f353a558f2940de30607e6ae 100644 (file)
@@ -23,6 +23,7 @@ members = [
   "src/tools/rustfmt",
   "src/tools/miri",
   "src/tools/rustdoc-themes",
+  "src/tools/unicode-table-generator",
 ]
 exclude = [
   "build",
@@ -30,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]