more CI, GNUmakefile interaction
This commit is contained in:
@@ -54,7 +54,7 @@ SOUND_LIBRARIES = windsound
|
|||||||
# Do you want debug information in the executable?
|
# Do you want debug information in the executable?
|
||||||
#
|
#
|
||||||
|
|
||||||
DEBUGINFO = N
|
DEBUGINFO = Y
|
||||||
|
|
||||||
#
|
#
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
@@ -303,6 +303,7 @@ ifdef CI_COMPILER
|
|||||||
cc = gcc -c
|
cc = gcc -c
|
||||||
cxx = g++ -c
|
cxx = g++ -c
|
||||||
ld = gcc
|
ld = gcc
|
||||||
|
DEBUGINFO = N
|
||||||
else
|
else
|
||||||
cc = gcc -c
|
cc = gcc -c
|
||||||
cxx = g++ -c
|
cxx = g++ -c
|
||||||
|
|||||||
Reference in New Issue
Block a user