From 252f70b4b3d541e113081daa61c7a4b5f9d6ac3d Mon Sep 17 00:00:00 2001 From: nhkeni Date: Thu, 15 Feb 2024 17:37:40 -0500 Subject: [PATCH] Turn off debugging flag in Makefile.mingw32 - that should gix the MinGW build --- sys/windows/Makefile.mingw32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # #---------------------------------------------------------------