From df083bffb8e48fbd7a00e3b82838e35d868bd7ad Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 3 Feb 2022 18:35:29 +0100 Subject: [PATCH] remove cflags --- tools/mfd_aes_brute/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mfd_aes_brute/Makefile b/tools/mfd_aes_brute/Makefile index 968610723..6262ee1cb 100644 --- a/tools/mfd_aes_brute/Makefile +++ b/tools/mfd_aes_brute/Makefile @@ -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