mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
compiler optimizations from user @np0
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
MYSRCPATHS = ../../common ../../common/crapto1
|
||||
MYSRCS = crypto1.c crapto1.c bucketsort.c
|
||||
MYINCLUDES = -I../../include -I../../common
|
||||
MYCFLAGS = -O3
|
||||
MYCFLAGS = -O3 -funroll-all-loops --param max-completely-peeled-insns=1000 --param max-completely-peel-times=10000
|
||||
MYDEFS =
|
||||
|
||||
#BINS = mfkey32 mfkey32v2 mfkey64 staticnested
|
||||
BINS = mfkey32 mfkey32v2 mfkey64
|
||||
INSTALLTOOLS = $(BINS)
|
||||
|
||||
@@ -19,3 +20,4 @@ endif
|
||||
mfkey32 : $(OBJDIR)/mfkey32.o $(MYOBJS)
|
||||
mfkey32v2 : $(OBJDIR)/mfkey32v2.o $(MYOBJS)
|
||||
mfkey64 : $(OBJDIR)/mfkey64.o $(MYOBJS)
|
||||
#staticnested : $(OBJDIR)/staticnested.o $(MYOBJS)
|
||||
|
||||
Reference in New Issue
Block a user