mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Support for iOS compilation
This commit is contained in:
committed by
Jason Evans
parent
8f50ec8eda
commit
5921ba7b0c
@@ -264,7 +264,7 @@ dnl definitions need to be seen before any headers are included, which is a pain
|
||||
dnl to make happen otherwise.
|
||||
default_munmap="1"
|
||||
case "${host}" in
|
||||
*-*-darwin*)
|
||||
*-*-darwin* | *-*-ios*)
|
||||
CFLAGS="$CFLAGS"
|
||||
abi="macho"
|
||||
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
|
||||
|
||||
Reference in New Issue
Block a user