X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=build_sysroot%2FCargo.toml;h=45484027edc374882d2cd90d2ece3c800d7a8acb;hb=94effb972fa80c89a7d3cf2e209b84b2f301ce3a;hp=648a407984ca5c0e6263bec46c369bc968ad6981;hpb=2c9139d51e079a02ae8d6dd7a37b04b10c2fff25;p=rust.git 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