mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
added O3 compiler param
This commit is contained in:
parent
0720ee4267
commit
74347be52c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
MYSRCPATHS = ../../common ../../common/crapto1
|
MYSRCPATHS = ../../common ../../common/crapto1
|
||||||
MYSRCS = crypto1.c crapto1.c bucketsort.c
|
MYSRCS = crypto1.c crapto1.c bucketsort.c
|
||||||
MYINCLUDES = -I../../include -I../../common
|
MYINCLUDES = -I../../include -I../../common
|
||||||
MYCFLAGS =
|
MYCFLAGS = -O3
|
||||||
MYDEFS =
|
MYDEFS =
|
||||||
|
|
||||||
BINS = mfkey32 mfkey32v2 mfkey64
|
BINS = mfkey32 mfkey32v2 mfkey64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue