From 09cb8425988a5654b55a5702b9329f7b609d2adb Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 19 Dec 2023 13:50:51 +0100 Subject: [PATCH] Add corresponding compiler flag --- aes-intrinsic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes-intrinsic/Makefile b/aes-intrinsic/Makefile index f88ecef..22551bf 100644 --- a/aes-intrinsic/Makefile +++ b/aes-intrinsic/Makefile @@ -1,4 +1,4 @@ -CPPFLAGS = -Ofast +CPPFLAGS = -maes -Ofast BUILD_DIR = bin