From 24bdb7576d91f1f10a6a4316d228715b05b7e102 Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Thu, 15 Dec 2016 11:03:13 -0500 Subject: [PATCH] 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. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1450adc0..8ecd6183 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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: