summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-04 04:07:26 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-04 04:07:26 -0400
commitc10498ede64f3521268472455440ee1eda012208 (patch)
tree62c40a1548defe83c178290d45b9d1507a84c444
parent667043c7c309bc329a78124facd8a32db401a817 (diff)
downloadlibvt100-c10498ede64f3521268472455440ee1eda012208.tar.gz
libvt100-c10498ede64f3521268472455440ee1eda012208.zip
try c1x for backcompat?
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3ab93b..80a96f8 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ OBJ = $(BUILD)parser.o \
$(BUILD)unicode-extra.o
LIBS = glib-2.0
OPT ?= -g
-CFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic -std=c11 -D_XOPEN_SOURCE=600
-LDFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic -std=c11 -D_XOPEN_SOURCE=600
+CFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic -std=c1x -D_XOPEN_SOURCE=600
+LDFLAGS ?= $(OPT) -Wall -Wextra -Werror -pedantic -std=c1x -D_XOPEN_SOURCE=600
ALLCFLAGS = $(shell pkg-config --cflags $(LIBS)) $(CFLAGS)
ALLLDFLAGS = $(shell pkg-config --libs $(LIBS)) $(LDFLAGS)