Turn off debugging flag in Makefile.mingw32 - that should gix the MinGW build
This commit is contained in:
@@ -52,10 +52,10 @@ SOUND_LIBRARIES = windsound
|
||||
#
|
||||
#---------------------------------------------------------------
|
||||
# Do you want debug information in the executable?
|
||||
# Required for CRASHREPORT.
|
||||
# Required for CRASHREPORT (but doesn't work yet, so off).
|
||||
#
|
||||
|
||||
DEBUGINFO = Y
|
||||
DEBUGINFO = N
|
||||
|
||||
#
|
||||
#---------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user