Remove AFL Integration by reverting
This commit is contained in:
@ -35,8 +35,6 @@ else()
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
)
|
||||
# Try to build AFL support on all other platform.
|
||||
set(UNICORN_HAS_AFL TRUE)
|
||||
endif()
|
||||
|
||||
include_directories(
|
||||
@ -328,10 +326,6 @@ else()
|
||||
OUTPUT_FILE ${CMAKE_BINARY_DIR}/riscv64-softmmu/config-target.h
|
||||
)
|
||||
endif()
|
||||
if (UNICORN_HAS_AFL)
|
||||
# Make it globally
|
||||
set (UNICORN_CFLAGS ${UNICORN_CFLAGS} -DUNICORN_HAS_AFL)
|
||||
endif()
|
||||
add_compile_options(
|
||||
${UNICORN_CFLAGS}
|
||||
-I${CMAKE_CURRENT_SOURCE_DIR}/qemu/tcg/${UNICORN_TARGET_ARCH}
|
||||
|
Reference in New Issue
Block a user