aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-01-27 19:10:56 +0000
committerjimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-01-27 19:10:56 +0000
commit384b1c7d7dfebacfb10c29eaa03437c2861774ce (patch)
treeb4dbf1d78233599cf2c787c683934d5d32b1c21e /src
parentBreakpad processor: Have RetrieveNearestRange correctly return range extent. (diff)
downloadbreakpad-384b1c7d7dfebacfb10c29eaa03437c2861774ce.tar.xz
Breakpad Linux symbol dumper: Don't disable asserts.
Having NDEBUG be the default has wasted my time more often than I'm proud to admit. There are no expensive asserts in the Linux symbol dumper. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@502 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src')
-rw-r--r--src/tools/linux/dump_syms/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/linux/dump_syms/Makefile b/src/tools/linux/dump_syms/Makefile
index 12f8a94b..fd12a96d 100644
--- a/src/tools/linux/dump_syms/Makefile
+++ b/src/tools/linux/dump_syms/Makefile
@@ -26,7 +26,6 @@ coverage-reset:
### Variables that are useful to override on the command line.
CC = gcc
CXX = g++
-CPPFLAGS = -DNDEBUG
CXXFLAGS = -g3 -O2 -Wall -m32
# To produce test coverage reports: