remove cflags

This commit is contained in:
iceman1001 2022-02-03 18:35:29 +01:00
commit df083bffb8

View file

@ -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