summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-08-29 17:53:28 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-08-29 17:53:28 -0700
commitdd52b92ddf73ba6deceb7615cfdd59446394e90b (patch)
tree4b57db560dc9430175a941cce959649f32f7f0a7 /Makefile.in
parent6763680b3737ccc2b401396d0a963ef20f732b10 (diff)
downloadtmwa-dd52b92ddf73ba6deceb7615cfdd59446394e90b.tar.gz
tmwa-dd52b92ddf73ba6deceb7615cfdd59446394e90b.tar.bz2
tmwa-dd52b92ddf73ba6deceb7615cfdd59446394e90b.tar.xz
tmwa-dd52b92ddf73ba6deceb7615cfdd59446394e90b.zip
Wow, it was really this easy?
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f39261f..3cf1817 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -440,7 +440,7 @@ obj/gtest-all.pdc.o: ${GTEST_DIR}/src/gtest-all.cc
$(MKDIR_FIRST)
$c ${CXX} ${CPPFLAGS} ${CXXFLAGS} -c -o $@ $<
-obj/debug-debug/test.o: override CXXFLAGS += -g -O0
+obj/debug-debug/test.pdc.o: override CXXFLAGS += -g -O0 -gdwarf-3
obj/run-test-debug-debug.stamp: override TESTER=gdb -return-child-result -nx -batch -x ${SRC_DIR}/tools/debug-debug.gdb --args false
obj/run-test-debug-debug.stamp: tools/debug-debug.gdb
ifeq '$(findstring clang,${CXX})' 'clang'