diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-08-29 17:53:28 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-08-29 17:53:28 -0700 |
commit | dd52b92ddf73ba6deceb7615cfdd59446394e90b (patch) | |
tree | 4b57db560dc9430175a941cce959649f32f7f0a7 /Makefile.in | |
parent | 6763680b3737ccc2b401396d0a963ef20f732b10 (diff) | |
download | tmwa-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.in | 2 |
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' |