27 lines
575 B
Plaintext
27 lines
575 B
Plaintext
[settings]
|
|
os=Linux
|
|
arch=x86_64
|
|
|
|
compiler=aflplusplus-clang
|
|
compiler.version=17
|
|
compiler.libcxx=libc++
|
|
|
|
build_type=Release
|
|
|
|
[options]
|
|
|
|
[buildenv]
|
|
CC=afl-clang-flast
|
|
CXX=afl-clang-fast++
|
|
CFLAGS=-flto -Wno-error
|
|
CXXFLAGS=-flto -Wno-error
|
|
|
|
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"]
|