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:
classabbyamp 2024-01-13 03:55:06 -05:00 committed by classabbyamp
parent f156f6baf3
commit d43fe51166

View file

@ -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