diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-22 11:27:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-22 11:27:34 +0100 |
commit | 55cd6428f8d74146515774b797fca927eb74810d (patch) | |
tree | 2f5e3b950ba59321c6a7048467f7cf23ee665e94 | |
parent | 90013f2b6f77a4be53958586f87dcbcdf4a124b2 (diff) |
ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without
-rw-r--r-- | cppunit/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk index ef669b7..7fba665 100644 --- a/cppunit/makefile.mk +++ b/cppunit/makefile.mk @@ -117,10 +117,6 @@ OUT2LIB = ooo-install/lib/libcppunit.dll.a MY_LIBS = -lm .END -.IF "$(ENABLE_DEBUG_STL)" == "TRUE" -EXTRA_CFLAGS += -D_GLIBCXX_DEBUG -.ENDIF - CONFIGURE_ACTION = ./configure .IF "$(debug)"!="" |