mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Using MADV_FREE on Solaris/Illumos
This commit is contained in:
parent
526e4a59a2
commit
ddd6bd4e99
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ case "${host}" in
|
|||
*-*-solaris2*)
|
||||
CFLAGS="$CFLAGS"
|
||||
abi="elf"
|
||||
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
|
||||
RPATH='-Wl,-R,$(1)'
|
||||
dnl Solaris needs this for sigwait().
|
||||
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue