summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2010-12-30 04:47:25 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2010-12-30 04:47:25 +0000
commitea5f8009fa5e1fb14f72363b039f31610f21ca33 (patch)
treeaf7465be5e9e3c12bae7fbf5467d811919722204 /makefile
parentde8d599059d408c3b8bb89cfbd91a5b35ea2c688 (diff)
plygonet.c : Fixed save state & device handler regressions. [Andrew Gardner]
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 7190b0ec8d8..4a381c6a5c5 100644
--- a/makefile
+++ b/makefile
@@ -175,7 +175,7 @@ endif
#-------------------------------------------------
# uncomment next line to build a debug version
-# DEBUG = 1
+DEBUG = 1
# uncomment next line to include the internal profiler
# PROFILER = 1
@@ -209,7 +209,7 @@ BUILD_EXPAT = 1
BUILD_ZLIB = 1
# uncomment next line to include the symbols
-# SYMBOLS = 1
+SYMBOLS = 1
# specify symbols level or leave commented to use the default
# (default is SYMLEVEL = 2 normally; use 1 if you only need backtrace)