mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
remove cflags
This commit is contained in:
parent
bab5fbf9c0
commit
df083bffb8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
MYSRCPATHS = ../../common ../../common/mbedtls
|
||||
MYSRCS = util_posix.c
|
||||
MYINCLUDES = -I../../include -I../../common -I../../common/mbedtls
|
||||
MYCFLAGS = -march=native -Ofast -msse2 -msse -maes
|
||||
MYCFLAGS = -march=native -Ofast
|
||||
MYDEFS =
|
||||
MYLDLIBS = -lcrypto
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue