mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -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
|
MYSRCPATHS = ../../common ../../common/mbedtls
|
||||||
MYSRCS = util_posix.c
|
MYSRCS = util_posix.c
|
||||||
MYINCLUDES = -I../../include -I../../common -I../../common/mbedtls
|
MYINCLUDES = -I../../include -I../../common -I../../common/mbedtls
|
||||||
MYCFLAGS = -march=native -Ofast -msse2 -msse -maes
|
MYCFLAGS = -march=native -Ofast
|
||||||
MYDEFS =
|
MYDEFS =
|
||||||
MYLDLIBS = -lcrypto
|
MYLDLIBS = -lcrypto
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue