Add debug options to Makefile.

We're going to need these for a while, so better to put in the
repository. Once we're happy things are working we can disable
the debug info and enable optimizations again.
This commit is contained in:
Michael Munday 2016-12-15 11:03:13 -05:00
parent 2dcbf5be3e
commit 24bdb7576d

View File

@ -56,7 +56,7 @@ CCOPT_mips=
#
CCDEBUG=
# Uncomment the next line to generate debug information:
#CCDEBUG= -g
CCDEBUG= -g -O0
#
CCWARN= -Wall
# Uncomment the next line to enable more warnings: