• Salvatore Sanfilippo's avatar
    ARM: Use libc malloc by default. · eb62cfea
    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".
    eb62cfea
Makefile 8.34 KB