diff options
author | René Wagner | 2020-05-27 19:27:51 +0200 |
---|---|---|
committer | René Wagner | 2020-05-27 19:27:51 +0200 |
commit | 0203105a77d431bf761a90f0a5892d1e6c128573 (patch) | |
tree | 6989a603f16994f265bbd49e6bb6ba5484ddf5bd | |
parent | a0e8e64d95e1c3d0a3cdf864b0dedb59f0201eef (diff) | |
download | aur-0203105a77d431bf761a90f0a5892d1e6c128573.tar.gz |
reenable usage of tcmalloc
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,9 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DPROC_TARGET_NUMBER="2" \ - -DWITH_LTO="ON" + -DWITH_LTO="ON" \ + -DENABLE_TCMALLOC="ON" \ + -DTCMALLOC_LIB_DIR=/usr/lib NPROC=$(getconf _NPROCESSORS_ONLN) make -j${NPROC} |