mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
d5e0180805
commit
77f46f39b5
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ (define-public jemalloc
|
|||
;; 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"))
|
||||
(_
|
||||
|
|
Loading…
Reference in a new issue