]> git.notmuchmail.org Git - scherzo/commit
Default to compiling with debugging symbols.
authorCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 04:07:21 +0000 (21:07 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 04:07:21 +0000 (21:07 -0700)
commitdfdddad465cc954daf99e88e6a6de0694fef820c
treec04ea4efffbc35c189adf280d8de5f47033334b0
parent73ba6a9e9a9308747fd0fa301e1a349746eaf47c
Default to compiling with debugging symbols.

Which is obviously much more convenient for debugging.

The user can still override this with something like:

make CFLAGS=-O2
Makefile