hitag2crack compile flags

This commit is contained in:
Philippe Teuwen 2020-04-26 22:41:41 +02:00
parent b01d1f0aa2
commit a7c286cc9a
4 changed files with 4 additions and 4 deletions
tools/hitag2crack
crack2
crack3
crack4
crack5

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall
CFLAGS?=-Wall -Werror -O3
# Linux libs
LIBS=-pthread -D_GNU_SOURCE
# Mac libs

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall
CFLAGS?=-Wall -Werror -O3
LIBS=
VPATH=../common
INC=-I ../common

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall
CFLAGS?=-Wall -Werror -O3
LIBS=-lpthread
VPATH=../common
INC=-I ../common

View file

@ -1,4 +1,4 @@
CFLAGS?=-Wall
CFLAGS?=-Wall -Werror -O3
LIBS=-lpthread
VPATH=../common
INC=-I ../common