From f75e1e28cdbf592e25e97a38bc633b27a8cf05f6 Mon Sep 17 00:00:00 2001 From: Ionel-Cristinel ANICHITEI Date: Tue, 4 Oct 2022 13:31:02 +0300 Subject: [PATCH] bdshemu_fuzz: Build with `-maes` --- bdshemu_fuzz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdshemu_fuzz/Makefile b/bdshemu_fuzz/Makefile index 63eb772..78f88fc 100644 --- a/bdshemu_fuzz/Makefile +++ b/bdshemu_fuzz/Makefile @@ -44,7 +44,7 @@ ifdef AFL_MEMORY AFL_ARGS := -m $(AFL_MEMORY) endif -CFLAGS := -std=c11 -fpic -fno-strict-aliasing \ +CFLAGS := -std=c11 -fpic -fno-strict-aliasing -maes \ -D_REENTRANT -fstack-protector -ffunction-sections -fdata-sections \ -DNDEBUG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Ofast -g3