diff options
author | jimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-01-27 19:10:56 +0000 |
---|---|---|
committer | jimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-01-27 19:10:56 +0000 |
commit | 384b1c7d7dfebacfb10c29eaa03437c2861774ce (patch) | |
tree | b4dbf1d78233599cf2c787c683934d5d32b1c21e /src/tools/linux | |
parent | Breakpad processor: Have RetrieveNearestRange correctly return range extent. (diff) | |
download | breakpad-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/tools/linux')
-rw-r--r-- | src/tools/linux/dump_syms/Makefile | 1 |
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: |