summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-02-15 18:58:01 -0500
committerJames P. Harvey2019-02-21 20:07:51 -0500
commit7c21b05c46c04fb17079b5e0dc347275b267e79b (patch)
tree5af358d397bb7a5a64242243ff391be2ccb8a1ec
parentb7ab806e56a3941aee731dc91f0200de86370a36 (diff)
downloadaur-7c21b05c46c04fb17079b5e0dc347275b267e79b.tar.gz
Re-enable '--use-system-tcmalloc'. This was disabled in 3.0.0-1 due to a compilation error on i686, but package no longer supports i686.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3670bda814e..ecdbda107925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ _scons_args=(
# --use-system-asio # https://jira.${pkgname}.org/browse/SERVER-21839
# --use-system-v8 # Doesn't compile
# --use-system-icu
- # --use-system-tcmalloc # Disabled as upstream suggests in https://jira.${pkgname}.org/browse/SERVER-17447?focusedCommentId=841890&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
+ --use-system-tcmalloc # in gperftools
)
prepare() {