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.
1 parent 7cbbb0f commit 1933ebdCopy full SHA for 1933ebd
tools/build_steps.sh
@@ -152,7 +152,7 @@ function do_build_lib {
152
local target="CORE2"
153
# Pick up the gfortran runtime libraries
154
export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
155
- CFLAGS="$CFLAGS -arch x86_64"
+ CFLAGS="$CFLAGS -arch x86_64 -Wno-shift-op-parentheses -Wno-logical-op-parentheses -Wno-deprecated-declarations"
156
export SDKROOT=${SDKROOT:-$(xcrun --show-sdk-path)}
157
;;
158
*-i686)
0 commit comments