1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-03 03:40:54 +00:00

bdshemu_fuzz: Build with -maes

This commit is contained in:
Ionel-Cristinel ANICHITEI 2022-10-04 13:31:02 +03:00
parent 22d7c14c51
commit f75e1e28cd

View File

@ -44,7 +44,7 @@ ifdef AFL_MEMORY
AFL_ARGS := -m $(AFL_MEMORY) AFL_ARGS := -m $(AFL_MEMORY)
endif endif
CFLAGS := -std=c11 -fpic -fno-strict-aliasing \ CFLAGS := -std=c11 -fpic -fno-strict-aliasing -maes \
-D_REENTRANT -fstack-protector -ffunction-sections -fdata-sections \ -D_REENTRANT -fstack-protector -ffunction-sections -fdata-sections \
-DNDEBUG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Ofast -g3 -DNDEBUG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Ofast -g3