Skip to content

Commit 0e48847

Browse files
removed -fno-defer-pop from all copies of Makefile.am since the new OSX compiler prints warnings about it and it seems to not make a difference with newer g++ versions.
1 parent 99021bb commit 0e48847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bes-testsuite/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AM_CXXFLAGS =
88
# debugging. The best way to use these is to run configure as:
99
# export CXXFLAGS='...'; ./configure --disable-shared
1010
# the --disable-shared is not required, but it seems to help with debuggers.
11-
CXXFLAGS_DEBUG = -g3 -O0 -fno-defer-pop -Wall -W -Wcast-align -Werror
11+
CXXFLAGS_DEBUG = -g3 -O0 -Wall -W -Wcast-align -Werror
1212
TEST_COV_FLAGS = -ftest-coverage -fprofile-arcs
1313

1414
noinst_DATA = bes.conf

0 commit comments

Comments
 (0)