From 384b1c7d7dfebacfb10c29eaa03437c2861774ce Mon Sep 17 00:00:00 2001 From: jimblandy Date: Wed, 27 Jan 2010 19:10:56 +0000 Subject: 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 --- src/tools/linux/dump_syms/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools') 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: -- cgit v1.2.1