mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-06 02:16:14 +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*)
|
*-*-solaris2*)
|
||||||
CFLAGS="$CFLAGS"
|
CFLAGS="$CFLAGS"
|
||||||
abi="elf"
|
abi="elf"
|
||||||
|
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
|
||||||
RPATH='-Wl,-R,$(1)'
|
RPATH='-Wl,-R,$(1)'
|
||||||
dnl Solaris needs this for sigwait().
|
dnl Solaris needs this for sigwait().
|
||||||
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
|
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue