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:
parent
97f1da43ae
commit
384b1c7d7d
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ coverage-reset:
|
||||||
### Variables that are useful to override on the command line.
|
### Variables that are useful to override on the command line.
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CPPFLAGS = -DNDEBUG
|
|
||||||
CXXFLAGS = -g3 -O2 -Wall -m32
|
CXXFLAGS = -g3 -O2 -Wall -m32
|
||||||
|
|
||||||
# To produce test coverage reports:
|
# To produce test coverage reports:
|
||||||
|
|
Loading…
Reference in a new issue