disable -ansi flag

This commit is contained in:
Thomas Bernard 2016-11-11 08:48:35 -05:00
parent 960f8666e8
commit bc3aab0ca9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ CFLAGS += -Wall
CFLAGS += -W -Wstrict-prototypes
CFLAGS += -fno-strict-aliasing -fno-common
CFLAGS += -D_GNU_SOURCE
CFLAGS += -ansi
#CFLAGS += -ansi
CC ?= gcc
RM = rm -f
INSTALL = install