From e33cf7a6d61d02d73885533fc7b246356587b232 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 2 Jun 2025 12:07:11 -0400 Subject: [PATCH] more CI, GNUmakefile interaction --- sys/windows/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/windows/GNUmakefile b/sys/windows/GNUmakefile index be6c20538..4f078c3ec 100644 --- a/sys/windows/GNUmakefile +++ b/sys/windows/GNUmakefile @@ -54,7 +54,7 @@ SOUND_LIBRARIES = windsound # Do you want debug information in the executable? # -DEBUGINFO = N +DEBUGINFO = Y # #--------------------------------------------------------------- @@ -303,6 +303,7 @@ ifdef CI_COMPILER cc = gcc -c cxx = g++ -c ld = gcc +DEBUGINFO = N else cc = gcc -c cxx = g++ -c