Skip to content

Commit

Permalink
Stop enabling more warnings for CXX compiles.
Browse files Browse the repository at this point in the history
For reasons I don't follow, when passing CXXFLAGS to configure, the build
ends up breaking because something along the way fails to detect C++11
support within the third_party/googletest part of the build.
  • Loading branch information
thomasvl committed Mar 11, 2019
1 parent 15fab91 commit 70dc39e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions objectivec/DevTools/full_mac_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ if [[ "${DO_AUTOGEN}" == "yes" ]] ; then
header "Running autogen & configure"
./autogen.sh
./configure \
CPPFLAGS="-mmacosx-version-min=10.9 -Wunused-const-variable -Wunused-function" \
CXXFLAGS="-Wnon-virtual-dtor -Woverloaded-virtual"
CPPFLAGS="-mmacosx-version-min=10.9 -Wunused-const-variable -Wunused-function"
fi

if [[ "${DO_CLEAN}" == "yes" ]] ; then
Expand Down

0 comments on commit 70dc39e

Please sign in to comment.