Revert unintentional CFLAGS.

pull/1868/head
Roger A. Light 5 years ago
parent 4f61f6c161
commit 57ef576867

@ -139,7 +139,7 @@ ifeq ($(UNAME),SunOS)
CFLAGS?=-Wall -ggdb -O2
endif
else
CFLAGS?=-Wall -ggdb -O2 -Wconversion -Werror
CFLAGS?=-Wall -ggdb -O2
endif
STATIC_LIB_DEPS:=

Loading…
Cancel
Save