mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-10 06:57:19 +08:00
hitag2crack compile flags
This commit is contained in:
parent
b01d1f0aa2
commit
a7c286cc9a
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall
|
||||
CFLAGS?=-Wall -Werror -O3
|
||||
# Linux libs
|
||||
LIBS=-pthread -D_GNU_SOURCE
|
||||
# Mac libs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall
|
||||
CFLAGS?=-Wall -Werror -O3
|
||||
LIBS=
|
||||
VPATH=../common
|
||||
INC=-I ../common
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall
|
||||
CFLAGS?=-Wall -Werror -O3
|
||||
LIBS=-lpthread
|
||||
VPATH=../common
|
||||
INC=-I ../common
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS?=-Wall
|
||||
CFLAGS?=-Wall -Werror -O3
|
||||
LIBS=-lpthread
|
||||
VPATH=../common
|
||||
INC=-I ../common
|
||||
|
|
Loading…
Reference in a new issue