From c2101fbf7f7bda3fc3b54d2b8613a9b8b2de02aa Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Tue, 26 Aug 2014 10:19:30 -0700 Subject: [PATCH] build: re-enable tcmalloc in spec file --- diod.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diod.spec.in b/diod.spec.in index 20b77213..b80236b1 100644 --- a/diod.spec.in +++ b/diod.spec.in @@ -15,7 +15,7 @@ BuildRequires: munge-devel BuildRequires: ncurses-devel BuildRequires: libcap-devel #BuildRequires: libibverbs-devel librdmacm-devel -#BuildRequires: gperftools-devel +BuildRequires: gperftools-devel BuildRequires: libattr-devel attr %description @@ -26,7 +26,7 @@ system for I/O forwarding on Linux clusters. %setup -q %build -%configure +%configure --with-tcmalloc make CFLAGS="-Werror -O2 -g" %check