1
0
mirror of https://github.com/nigels-com/glew.git synced 2025-04-13 04:12:05 +00:00

linux-clang: -std=c89 rather than -ansi

This commit is contained in:
Nigel Stewart 2019-08-19 22:30:12 +10:00
parent 9170611428
commit d326c8dc91

View File

@ -24,7 +24,7 @@ WARN = -Wall -W
POPT = -O2
CFLAGS.EXTRA += -fPIC
CFLAGS.EXTRA += -Wcast-qual
CFLAGS.EXTRA += -ansi -pedantic
CFLAGS.EXTRA += -std=c89 -pedantic
CFLAGS.EXTRA += -fno-stack-protector
BIN.SUFFIX =
LIB.SONAME = lib$(NAME).so.$(SO_MAJOR)