diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-03-30 18:22:43 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-08-01 11:49:03 +0200 |
| commit | c4af588f72c317a015f6e26bb7d25ae288096b91 (patch) | |
| tree | 0b9ac69541826462afacc3f2719017e11d66cfe7 /build_sysroot | |
| parent | 2f0093b8c2f44f560dd51b26ac1c6bb902513ec7 (diff) | |
| download | rust-c4af588f72c317a015f6e26bb7d25ae288096b91.tar.gz rust-c4af588f72c317a015f6e26bb7d25ae288096b91.zip | |
Correctly align all allocs
Fixes #348
Diffstat (limited to 'build_sysroot')
| -rw-r--r-- | build_sysroot/Cargo.toml | 4 |
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 |
