Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

Commit 715b756

Browse files
committed
updated scripts
1 parent 37839b4 commit 715b756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environment.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export CC="$DEVELOPER/usr/bin/llvm-gcc"
3838
# http://developer.apple.com/library/mac/#releasenotes/Darwin/SymbolVariantsRelNotes/index.html
3939
# sys/cdefs.h
4040
#
41-
export CFLAGS+=" -D__DARWIN_ONLY_VERS_1050=1 -D__DARWIN_ONLY_64_BIT_INO_T=1 -D__DARWIN_ONLY_UNIX_CONFORMANCE=1 -g -pipe -arch $ARCH -O2 -I$SDKROOT/usr/include -isysroot $SDKROOT -miphoneos-version-min=$IPHONEOS_MIN_VERSION -F$SDKROOT/System/Library/Frameworks -g -Wall "
41+
#export CFLAGS+=" -D__DARWIN_ONLY_VERS_1050=1 -D__DARWIN_ONLY_64_BIT_INO_T=1 -D__DARWIN_ONLY_UNIX_CONFORMANCE=1 -g -pipe -arch $ARCH -O2 -I$SDKROOT/usr/include -isysroot $SDKROOT -miphoneos-version-min=$IPHONEOS_MIN_VERSION -F$SDKROOT/System/Library/Frameworks -g -Wall "
42+
export CFLAGS+=" -g -pipe -arch $ARCH -O2 -I$SDKROOT/usr/include -isysroot $SDKROOT -miphoneos-version-min=$IPHONEOS_MIN_VERSION -F$SDKROOT/System/Library/Frameworks -g -Wall "
4243
export CPP="$CPP"
4344
export CPPFLAGS=$CFLAGS
4445

0 commit comments

Comments
 (0)