• antirez's avatar
    32 bit build fixed on Linux. · 4917a6a8
    antirez authored
    It failed because of the way jemalloc was compiled (without passing the
    right flags to make, but just to configure). Now the same set of flags
    are also passed to the make command, fixing the issue.
    
    This fixes issue #744
    4917a6a8
Makefile 2.14 KB