mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
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