Ask for a non pedantic c11 compiler

This commit is contained in:
Adrien Gallouët
2019-04-01 13:16:29 +00:00
parent 9c8e043053
commit 71aedce8b2

View File

@@ -6,7 +6,7 @@ DESTDIR ?=
CC ?= gcc
INSTALL ?= install
prefix ?= /usr
CFLAGS ?= -O2
CFLAGS ?= -std=c11 -O2
MYFLAGS := $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -DPACKAGE_NAME=\"$(NAME)\" -DPACKAGE_VERSION=\"$(VERSION)\"
SRC := argz/argz.c mud/mud.c $(wildcard src/*.c)