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
This commit is contained in:
jimblandy 2010-01-27 19:10:56 +00:00
parent 97f1da43ae
commit 384b1c7d7d

View file

@ -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: