more CI, GNUmakefile interaction

This commit is contained in:
nhmall
2025-06-02 12:07:11 -04:00
parent 4fcbd91d22
commit e33cf7a6d6

View File

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