mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-24 14:55:07 +00:00
linux-clang: -std=c89 rather than -ansi
This commit is contained in:
parent
9170611428
commit
ea30c83d92
@ -24,7 +24,7 @@ WARN = -Wall -W
|
|||||||
POPT = -O2
|
POPT = -O2
|
||||||
CFLAGS.EXTRA += -fPIC
|
CFLAGS.EXTRA += -fPIC
|
||||||
CFLAGS.EXTRA += -Wcast-qual
|
CFLAGS.EXTRA += -Wcast-qual
|
||||||
CFLAGS.EXTRA += -ansi -pedantic
|
CFLAGS.EXTRA += -std=c89 -pedantic
|
||||||
CFLAGS.EXTRA += -fno-stack-protector
|
CFLAGS.EXTRA += -fno-stack-protector
|
||||||
BIN.SUFFIX =
|
BIN.SUFFIX =
|
||||||
LIB.SONAME = lib$(NAME).so.$(SO_MAJOR)
|
LIB.SONAME = lib$(NAME).so.$(SO_MAJOR)
|
||||||
|
Loading…
Reference in New Issue
Block a user