mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
hitag2crack compile flags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user