mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
avoid vast number of warnings with clang compiler
This commit is contained in:
parent
3472ebe528
commit
8aee1b8418
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue