We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e30473 + 44a3dd7 commit 4032e82Copy full SHA for 4032e82
boost.sh
@@ -66,9 +66,9 @@ TVOS_SIM_ARCHS=("x86_64" "arm64")
66
MAC_CATALYST_ARCHS=("x86_64")
67
68
# Applied to all platforms
69
-CXX_FLAGS=""
+CXX_FLAGS="-std=c++14 -stdlib=libc++"
70
LD_FLAGS=""
71
-OTHER_FLAGS="-std=c++14 -stdlib=libc++ -DNDEBUG"
+OTHER_FLAGS="-DNDEBUG"
72
73
XCODE_VERSION=$(xcrun xcodebuild -version | head -n1 | tr -Cd '[:digit:].')
74
XCODE_ROOT=$(xcode-select -print-path)
0 commit comments