diff --git a/sys/windows/Makefile.mingw32 b/sys/windows/Makefile.mingw32 index 94b83cffc..980ca70cf 100644 --- a/sys/windows/Makefile.mingw32 +++ b/sys/windows/Makefile.mingw32 @@ -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 # #---------------------------------------------------------------