mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +03:00
Turning debug flag back off in the makefile (no whatsnew)
This commit is contained in:
parent
059b62aa1d
commit
efe16bb749
6
makefile
6
makefile
@ -98,7 +98,7 @@ endif
|
|||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
# uncomment next line to build a debug version
|
# uncomment next line to build a debug version
|
||||||
DEBUG = 1
|
# DEBUG = 1
|
||||||
|
|
||||||
# uncomment next line to include the internal profiler
|
# uncomment next line to include the internal profiler
|
||||||
# PROFILER = 1
|
# PROFILER = 1
|
||||||
@ -128,13 +128,13 @@ BUILD_EXPAT = 1
|
|||||||
BUILD_ZLIB = 1
|
BUILD_ZLIB = 1
|
||||||
|
|
||||||
# uncomment next line to include the symbols
|
# uncomment next line to include the symbols
|
||||||
# SYMBOLS = 1
|
SYMBOLS = 1
|
||||||
|
|
||||||
# uncomment next line to include profiling information from the compiler
|
# uncomment next line to include profiling information from the compiler
|
||||||
# PROFILE = 1
|
# PROFILE = 1
|
||||||
|
|
||||||
# uncomment next line to generate a link map for exception handling in windows
|
# 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
|
# uncomment next line to generate verbose build information
|
||||||
# VERBOSE = 1
|
# VERBOSE = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user