mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Remove -no-cpp-precomp compiler flag for OS X.
Remove the -no-cpp-precomp compiler flag when compiling on OS X. clang does not support the flag, and gcc works fine without it.
This commit is contained in:
parent
06304a9785
commit
9022bf9bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ dnl definitions need to be seen before any headers are included, which is a pain
|
|||
dnl to make happen otherwise.
|
||||
case "${host}" in
|
||||
*-*-darwin*)
|
||||
CFLAGS="$CFLAGS -fno-common -no-cpp-precomp"
|
||||
CFLAGS="$CFLAGS -fno-common"
|
||||
abi="macho"
|
||||
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
|
||||
RPATH=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue