a test generates. The green dragon bot compiler is treating this warning as an error for some reason, hopefully this will calm its worries.
5 lines
105 B
Makefile
5 lines
105 B
Makefile
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS := -fsanitize=undefined -g -Wno-int-conversion
|
|
|
|
include Makefile.rules
|