2022-05-03 10:44:30 +10:00
|
|
|
[settings]
|
|
|
|
os=Linux
|
|
|
|
arch=x86_64
|
|
|
|
|
2024-05-21 12:45:43 +10:00
|
|
|
compiler=aflplusplus-clang
|
|
|
|
compiler.version=17
|
2022-05-03 10:44:30 +10:00
|
|
|
compiler.libcxx=libc++
|
|
|
|
|
|
|
|
build_type=Release
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
2024-05-21 12:45:43 +10:00
|
|
|
[buildenv]
|
|
|
|
CC=afl-clang-flast
|
|
|
|
CXX=afl-clang-fast++
|
|
|
|
CFLAGS=-flto -Wno-error
|
|
|
|
CXXFLAGS=-flto -Wno-error
|
2023-05-15 11:26:25 +10:00
|
|
|
|
2024-05-21 12:45:43 +10:00
|
|
|
AFL_USE_UBSAN=1
|
|
|
|
AFL_USE_LSAN=1
|
|
|
|
AFL_USE_ASAN=1
|
|
|
|
|
|
|
|
[conf]
|
|
|
|
tools.build:compiler_executables={"c": "afl-clang-fast", "cpp": "afl-clang-fast++"}
|
|
|
|
tools.build:cxxflags=["-fsanitize=undefined", "-fsanitize=address", "-fsanitize=leak", "-Wno-error"]
|
|
|
|
tools.build:cflags=["-fsanitize=undefined", "-fsanitize=address", "-fsanitize=leak", "-Wno-error"]
|