Turn off debugging flag in Makefile.mingw32 - that should gix the MinGW build

This commit is contained in:
nhkeni
2024-02-15 17:37:40 -05:00
parent 9c0d2389cb
commit 252f70b4b3

View File

@@ -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
#
#---------------------------------------------------------------