• A
    Disable jemalloc on aarch64/powerpc · de80670f
    Alex Crichton 提交于
    Sounds like jemalloc is broken on systems which differ in page size than the
    host it was compiled on (unless an option was passed). This unfortunately
    reduces the portability of binaries created and can often make Rust segfault by
    default. For now let's patch over this by disabling jemalloc until we can figure
    out a better solution.
    
    Closes #36994
    Closes #37320
    cc jemalloc/jemalloc#467
    de80670f
powerpc64_unknown_linux_gnu.rs 1.2 KB