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:
parent
22d7c14c51
commit
f75e1e28cd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user