about summary refs log tree commit diff
path: root/build_sysroot
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2019-07-20 13:04:02 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2019-07-20 13:04:02 +0200
commit94effb972fa80c89a7d3cf2e209b84b2f301ce3a (patch)
treea0c130b1dea4e50a07f1d278bb8a967ff6000ea0 /build_sysroot
parent2c9139d51e079a02ae8d6dd7a37b04b10c2fff25 (diff)
downloadrust-94effb972fa80c89a7d3cf2e209b84b2f301ce3a.tar.gz
rust-94effb972fa80c89a7d3cf2e209b84b2f301ce3a.zip
Rustup to rustc 1.38.0-nightly (e3cebcb3b 2019-07-19)
Diffstat (limited to 'build_sysroot')
-rw-r--r--build_sysroot/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_sysroot/Cargo.toml b/build_sysroot/Cargo.toml
index 648a407984c..45484027edc 100644
--- a/build_sysroot/Cargo.toml
+++ b/build_sysroot/Cargo.toml
@@ -18,3 +18,7 @@ compiler_builtins = { path = "./compiler_builtins" }
 
 [profile.release]
 debug = true
+
+[profile.dev]
+# FIXME correctly align constants, so that copy_nonoverlapping doesn't complain about alignment
+debug-assertions = false