mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-22 06:35: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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user