~ruther/guix-local

77f46f39b5fd42cbbe598b98d012a0b33f44c7c8 — Roman Scherer 2 years ago d5e0180
gnu: jemalloc: Build with large page size.

* gnu/packages/jemalloc.scm (jemalloc): Build with large page size.

Change-Id: Ic813e7b0fe4c7ee79a1e703247abea77ad9d53f0
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/jemalloc.scm
M gnu/packages/jemalloc.scm => gnu/packages/jemalloc.scm +2 -0
@@ 62,6 62,8 @@
      ;; https://github.com/jemalloc/jemalloc/issues/937
      #~'("--disable-initial-exec-tls"
          #$@(match (%current-system)
               ("aarch64-linux"
                (list "--with-lg-page=14"))
               ("powerpc-linux"
                (list "CPPFLAGS=-maltivec"))
               (_