fix gcc build
This commit is contained in:
parent
9bcf8d7d64
commit
e3227087b0
2
makefile
2
makefile
@ -64,7 +64,7 @@ ifeq (${singeli}, 1)
|
|||||||
SINGELIFLAGS = '-DSINGELI'
|
SINGELIFLAGS = '-DSINGELI'
|
||||||
else
|
else
|
||||||
singeli = 0
|
singeli = 0
|
||||||
SINGELIFLAGS = ''
|
SINGELIFLAGS =
|
||||||
endif
|
endif
|
||||||
CMD = $(CC) -std=gnu11 -Wall -Wno-unused-function -fms-extensions $(CCFLAGS) $(FLAGS) $(SINGELIFLAGS) -MMD -MP -MF
|
CMD = $(CC) -std=gnu11 -Wall -Wno-unused-function -fms-extensions $(CCFLAGS) $(FLAGS) $(SINGELIFLAGS) -MMD -MP -MF
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user