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 | 8ff2d9d8653b6037578ee2059914b304858f7195 (patch) | |
tree | ed156bd3dc742218a524555c1ca3358a787a7e5a /cppunit | |
parent | ec937d5c106d4c5c104bb2108e541de7ad97c144 (diff) |
ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without
Diffstat (limited to 'cppunit')
-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 ef669b766d06..7fba665c5bd3 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)"!="" |