Skip to content

Commit

Permalink
LDFLAGS会影响倒14版本编译
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Aug 11, 2022
1 parent dfb8ad4 commit 63187df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export SDK=`xcrun --sdk iphoneos --show-sdk-path`

export CXXFLAGS="-std=c++17 -O -arch arm64 -isysroot $SDK"
export CFLAGS="-O -arch arm64 -isysroot $SDK"
export LDFLAGS="-O -arch arm64 -isysroot $SDK"
#export LDFLAGS="-O -arch arm64 -isysroot $SDK"

export CXXFLAGS_host="-DV8_HOST_ARCH_X64 -std=c++17"
export CFLAGS_host=""
Expand Down

0 comments on commit 63187df

Please sign in to comment.