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
@ -208,7 +208,7 @@ dnl definitions need to be seen before any headers are included, which is a pain
|
|||||||
dnl to make happen otherwise.
|
dnl to make happen otherwise.
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-darwin*)
|
*-*-darwin*)
|
||||||
CFLAGS="$CFLAGS -fno-common -no-cpp-precomp"
|
CFLAGS="$CFLAGS -fno-common"
|
||||||
abi="macho"
|
abi="macho"
|
||||||
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
|
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
|
||||||
RPATH=""
|
RPATH=""
|
||||||
|
Loading…
Reference in New Issue
Block a user