hitag2crack compile flags
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
CFLAGS?=-Wall
|
CFLAGS?=-Wall -Werror -O3
|
||||||
# Linux libs
|
# Linux libs
|
||||||
LIBS=-pthread -D_GNU_SOURCE
|
LIBS=-pthread -D_GNU_SOURCE
|
||||||
# Mac libs
|
# Mac libs
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
CFLAGS?=-Wall
|
CFLAGS?=-Wall -Werror -O3
|
||||||
LIBS=
|
LIBS=
|
||||||
VPATH=../common
|
VPATH=../common
|
||||||
INC=-I ../common
|
INC=-I ../common
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
CFLAGS?=-Wall
|
CFLAGS?=-Wall -Werror -O3
|
||||||
LIBS=-lpthread
|
LIBS=-lpthread
|
||||||
VPATH=../common
|
VPATH=../common
|
||||||
INC=-I ../common
|
INC=-I ../common
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
CFLAGS?=-Wall
|
CFLAGS?=-Wall -Werror -O3
|
||||||
LIBS=-lpthread
|
LIBS=-lpthread
|
||||||
VPATH=../common
|
VPATH=../common
|
||||||
INC=-I ../common
|
INC=-I ../common
|
||||||
|
|||||||
Reference in New Issue
Block a user