about summary refs log tree commit diff
path: root/build_sysroot
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2019-03-30 18:22:43 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2019-08-01 11:49:03 +0200
commitc4af588f72c317a015f6e26bb7d25ae288096b91 (patch)
tree0b9ac69541826462afacc3f2719017e11d66cfe7 /build_sysroot
parent2f0093b8c2f44f560dd51b26ac1c6bb902513ec7 (diff)
downloadrust-c4af588f72c317a015f6e26bb7d25ae288096b91.tar.gz
rust-c4af588f72c317a015f6e26bb7d25ae288096b91.zip
Correctly align all allocs
Fixes #348
Diffstat (limited to 'build_sysroot')
-rw-r--r--build_sysroot/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/build_sysroot/Cargo.toml b/build_sysroot/Cargo.toml
index 90d245522f6..e7d90b730eb 100644
--- a/build_sysroot/Cargo.toml
+++ b/build_sysroot/Cargo.toml
@@ -17,7 +17,3 @@ rustc-std-workspace-alloc = { path = "./rustc-std-workspace-alloc" }
 
 [profile.release]
 debug = true
-
-[profile.dev]
-# FIXME correctly align constants, so that copy_nonoverlapping doesn't complain about alignment
-debug-assertions = false