aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-30 09:22:31 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-30 09:22:31 -0700
commit2e4a7dc2fee24be341be0e84c2136aef4f426991 (patch)
tree33fbc887267f4e5edf8e4c74a7c314f516260bff /Makefile
parent42b14cba51f85dfa578034d2b9eff16a94bf0d61 (diff)
Make gcov compile flags reflect dbg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d67ab17c61..991bed3b42 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ LD_gcov = gcc
LDXX_gcov = g++
CPPFLAGS_gcov = -O0 -fprofile-arcs -ftest-coverage
LDFLAGS_gcov = -fprofile-arcs -ftest-coverage
-DEFINES_gcov = NDEBUG
+DEFINES_gcov = _DEBUG DEBUG
# General settings.