From 26acccbe30198d365cea9378eaae9fb41ccb5bb8 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 21 Aug 2019 16:15:27 +0200 Subject: use default optimisation flags for tcmalloc, jemalloc and Hoard --- src/allocators/jemalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/jemalloc.py') diff --git a/src/allocators/jemalloc.py b/src/allocators/jemalloc.py index dc3baf5..6c37f57 100644 --- a/src/allocators/jemalloc.py +++ b/src/allocators/jemalloc.py @@ -14,7 +14,7 @@ class Jemalloc (src.allocator.Allocator): kwargs["sources"] = sources kwargs["LD_PRELOAD"] = "{srcdir}/lib/libjemalloc.so" - kwargs["build_cmds"] = ["cd {srcdir}; ./configure --prefix={dir} CFLAGS=-O2", + kwargs["build_cmds"] = ["cd {srcdir}; ./configure --prefix={dir}", "cd {srcdir}; make -j4", "mkdir -p {dir}"] -- cgit v1.2.3