We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d053f55 commit 7e84e07Copy full SHA for 7e84e07
tests/fuzz/wasm-mutator-fuzz/aot-compiler/CMakeLists.txt
@@ -7,7 +7,7 @@ if(NOT WAMR_BUILD_INTERP)
7
endif()
8
9
set(WAMR_BUILD_WAMR_COMPILER 1)
10
-set(WAMR_BUILD_AOT 1)
+set(WAMR_BUILD_AOT 0)
11
set(WAMR_BUILD_INTERP 1)
12
set(WAMR_BUILD_JIT 0)
13
@@ -69,7 +69,7 @@ target_link_libraries(aotclib PUBLIC ${REQUIRED_LLVM_LIBS})
69
70
if(NOT IN_OSS_FUZZ)
71
message(STATUS "Enable ASan and UBSan in non-oss-fuzz environment")
72
- target_compile_options(aotclib PUBLIC
+ target_compile_options(aotclib PUBLIC
73
-fprofile-instr-generate -fcoverage-mapping
74
-fno-sanitize-recover=all
75
-fsanitize=address,undefined
0 commit comments