From 5d4a3a9d3a59067baf5cabc99e1847d3c0d49907 Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Thu, 24 May 2018 17:20:59 +0200 Subject: [PATCH] Add memstat package to ROOT compilation --- tools/rootconfig.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/rootconfig.sh b/tools/rootconfig.sh index 0a3a8ff47..11f66b8f5 100755 --- a/tools/rootconfig.sh +++ b/tools/rootconfig.sh @@ -95,6 +95,7 @@ set +xv -Dreflex=OFF \ -Dcintex=OFF \ -Drpath=ON \ + -Dmemstat=ON \ $VC \ -Dhttp=ON \ -DGSL_DIR=$SIMPATH_INSTALL \