Browse Source

Update build-mac.sh

pull/238/head
Asher Dawes 5 years ago
committed by GitHub
parent
commit
4d3c97a9b9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      zcutil/build-mac.sh

2
zcutil/build-mac.sh

@ -44,7 +44,7 @@ make "$@" -C ./depends/ V=1 NO_QT=1 NO_PROTON=1
./autogen.sh
CPPFLAGS="-I$PREFIX/include -arch x86_64" LDFLAGS="-L$PREFIX/lib -arch x86_64 -Wl,-no_pie -g" \
CXXFLAGS='-arch x86_64 -I/usr/local/Cellar/gcc\@6/6.5.0_2/include/c++/6.5.0_2/ -I$PREFIX/include -fwrapv -fno-strict-aliasing -Werror -g -Wl,-undefined -Wl,dynamic_lookup -g' \
CXXFLAGS='-arch x86_64 -I/usr/local/Cellar/gcc\@6/6.5.0_2/include/c++/6.5.0/ -I$PREFIX/include -fwrapv -fno-strict-aliasing -Werror -g -Wl,-undefined -Wl,dynamic_lookup -g' \
./configure --prefix="${PREFIX}" --with-gui=no "$HARDENING_ARG" "$LCOV_ARG"
make "$@" V=1 NO_GTEST=1 STATIC=1

Loading…
Cancel
Save