summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2009-07-29 22:52:54 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2009-07-29 22:52:54 +0000
commit98ca3ea7c18bca3df2f1f0b092e054513947e624 (patch)
treec8562eb308a1e6339a3d2997aa782579fc6a3bd5 /makefile
parentefe16bb7491f0cdfd20cf10a86ce4f7c7caebb70 (diff)
Now turn symbols and mapfile generation off... man, I'm dumb. (no whatsnew)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 7f71cbc4a7c..9da042bcc53 100644
--- a/makefile
+++ b/makefile
@@ -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