summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2009-07-29 22:46:08 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2009-07-29 22:46:08 +0000
commitefe16bb7491f0cdfd20cf10a86ce4f7c7caebb70 (patch)
tree04cb779bf3cd6b0c75831cdb16fafb40c23147e9 /makefile
parent059b62aa1d5cf47f5f950693062da37a42974b29 (diff)
Turning debug flag back off in the makefile (no whatsnew)
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 1be0d3fb219..7f71cbc4a7c 100644
--- a/makefile
+++ b/makefile
@@ -98,7 +98,7 @@ endif
#-------------------------------------------------
# uncomment next line to build a debug version
-DEBUG = 1
+# DEBUG = 1
# uncomment next line to include the internal profiler
# PROFILER = 1
@@ -128,13 +128,13 @@ BUILD_EXPAT = 1
BUILD_ZLIB = 1
# uncomment next line to include the symbols
-# SYMBOLS = 1
+SYMBOLS = 1
# uncomment next line to include profiling information from the compiler
# PROFILE = 1
# uncomment next line to generate a link map for exception handling in windows
-# MAP = 1
+MAP = 1
# uncomment next line to generate verbose build information
# VERBOSE = 1