about summary refs log tree commit diff
path: root/build_sysroot
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2019-09-14 12:49:23 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2019-09-14 12:49:23 +0200
commit554a1aa0ba702d4a438ccd291d882ea3a3d27cd8 (patch)
tree45912578631638b0cb15d276fc7f2ffb1737473e /build_sysroot
parent8f12b8754231e63d751616574e82142a6a8ae69b (diff)
downloadrust-554a1aa0ba702d4a438ccd291d882ea3a3d27cd8.tar.gz
rust-554a1aa0ba702d4a438ccd291d882ea3a3d27cd8.zip
Reenable debug assertions for libstd on macOS
m4b/faerie#91 has been merged
Diffstat (limited to 'build_sysroot')
-rw-r--r--build_sysroot/Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/build_sysroot/Cargo.toml b/build_sysroot/Cargo.toml
index 24feabb2226..f28a46245e8 100644
--- a/build_sysroot/Cargo.toml
+++ b/build_sysroot/Cargo.toml
@@ -17,11 +17,5 @@ rustc-std-workspace-core = { path = "./sysroot_src/src/tools/rustc-std-workspace
 rustc-std-workspace-alloc = { path = "./sysroot_src/src/tools/rustc-std-workspace-alloc" }
 rustc-std-workspace-std = { path = "./sysroot_src/src/tools/rustc-std-workspace-std" }
 
-[profile.dev]
-# FIXME On macOS statics and promoted constants have the wrong alignment. This causes a debug
-# assertion in `copy_nonoverlapping` to panic.
-debug-assertions = false
-
 [profile.release]
 debug = true
-debug-assertions = false