mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
CHG: moved some params.
This commit is contained in:
parent
be6e909c5b
commit
2813c42f98
1 changed files with 2 additions and 3 deletions
|
@ -7,15 +7,14 @@ include ../common/Makefile.common
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CXX = g++
|
CXX = g++
|
||||||
#COMMON_FLAGS = -m32
|
COMMON_FLAGS = -std=c99 -O3 -mpopcnt -march=native -g
|
||||||
COMMON_FLAGS = -std=c99 -O3 -mpopcnt -march=native
|
|
||||||
#VPATH = ../common ../zlib
|
#VPATH = ../common ../zlib
|
||||||
OBJDIR = obj
|
OBJDIR = obj
|
||||||
|
|
||||||
LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread -lm
|
LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread -lm
|
||||||
LUALIB = ../liblua/liblua.a
|
LUALIB = ../liblua/liblua.a
|
||||||
#LDFLAGS = $(COMMON_FLAGS)
|
#LDFLAGS = $(COMMON_FLAGS)
|
||||||
CFLAGS = $(COMMON_FLAGS) -I. -I../include -I../common -I../zlib -I/opt/local/include -I../liblua -Wall -g
|
CFLAGS = $(COMMON_FLAGS) -I. -I../include -I../common -I../zlib -I/opt/local/include -I../liblua -Wall
|
||||||
LUAPLATFORM = generic
|
LUAPLATFORM = generic
|
||||||
|
|
||||||
ifneq (,$(findstring MINGW,$(platform)))
|
ifneq (,$(findstring MINGW,$(platform)))
|
||||||
|
|
Loading…
Reference in a new issue