mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-08 06:00:53 -07:00
Merge 14c765af6a
into 6116334485
This commit is contained in:
commit
28fd46f124
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ CBORLIB = $(CBORLIBPATH)/tinycbor.a
|
|||
LIBINCLUDES = -I../zlib -I../uart -I../liblua -I$(MBEDTLSLIBPATH) -I$(JANSSONLIBPATH) -I$(CBORLIBPATH)
|
||||
INCLUDES_CLIENT = -I. -I../include -I../common -I/opt/local/include $(LIBINCLUDES)
|
||||
LDFLAGS = $(ENV_LDFLAGS)
|
||||
CFLAGS = $(ENV_CFLAGS) -std=c99 -D_ISOC99_SOURCE $(INCLUDES_CLIENT) -Wall -g -O3
|
||||
CXXFLAGS = -I../include -Wall -O3
|
||||
CFLAGS = $(ENV_CFLAGS) -std=c99 -D_ISOC99_SOURCE $(INCLUDES_CLIENT) -Wall -g -O3 -fPIC
|
||||
CXXFLAGS = -I../include -Wall -O3 -fPIC
|
||||
|
||||
APP_CFLAGS =
|
||||
include ../common/Makefile_Enabled_Options.common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue