]> git.lizzy.rs Git - rust.git/blobdiff - build_sysroot/Cargo.toml
Rustup to rustc 1.38.0-nightly (e3cebcb3b 2019-07-19)
[rust.git] / build_sysroot / Cargo.toml
index 648a407984ca5c0e6263bec46c369bc968ad6981..45484027edc374882d2cd90d2ece3c800d7a8acb 100644 (file)
@@ -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