mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
common/build-helper/rust.sh: support larger pagesizes
intentionally not forcing the usage of system jemalloc because it builds with an unprefixed malloc and thus jemalloc's malloc can unintentionally be used for linked C libraries
This commit is contained in:
parent
f156f6baf3
commit
d43fe51166
1 changed files with 3 additions and 0 deletions
|
@ -67,3 +67,6 @@ export RUSTONIG_SYSTEM_LIBONIG=1
|
|||
|
||||
# libsqlite3-sys
|
||||
export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
|
||||
|
||||
# jemalloc-sys
|
||||
export JEMALLOC_SYS_WITH_LG_PAGE=16
|
||||
|
|
Loading…
Add table
Reference in a new issue