summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 4a381c6a5c5..7190b0ec8d8 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)