• Salvatore Sanfilippo's avatar
    ARM: Use libc malloc by default. · 4e9cf4cc
    Salvatore Sanfilippo authored
    I'm not sure how much test Jemalloc gets on ARM, moreover
    compiling Redis with Jemalloc support in not very powerful
    devices, like most ARMs people will build Redis on, is extremely
    slow. It is possible to enable Jemalloc build anyway if needed
    by using "make MALLOC=jemalloc".
    4e9cf4cc
Makefile 8.34 KB