avoid vast number of warnings with clang compiler
This commit is contained in:
parent
3472ebe528
commit
8aee1b8418
@ -19,7 +19,7 @@ OBJDIR = obj
|
||||
LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread -lm
|
||||
LUALIB = ../liblua/liblua.a
|
||||
LDFLAGS = $(COMMON_FLAGS)
|
||||
CFLAGS = -std=c99 -D_ISOC99_SOURCE -I. -I../include -I../common -I../zlib -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4
|
||||
CFLAGS = -std=c99 -D_ISOC99_SOURCE -I. -I../include -I../common -I../zlib -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O3
|
||||
CXXFLAGS = -std=c++11 -fPIC -Wall -O3
|
||||
|
||||
LUAPLATFORM = generic
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user