27 lines
570 B
Plaintext
27 lines
570 B
Plaintext
|
[settings]
|
||
|
os=Linux
|
||
|
arch=x86_64
|
||
|
|
||
|
compiler=aflplusplus-gcc
|
||
|
compiler.version=14
|
||
|
compiler.libcxx=libstdc++11
|
||
|
|
||
|
build_type=Release
|
||
|
|
||
|
[options]
|
||
|
|
||
|
[buildenv]
|
||
|
CC=afl-gcc-flast
|
||
|
CXX=afl-gcc-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-gcc-fast", "cpp": "afl-gcc-fast++"}
|
||
|
tools.build:cxxflags=["-fsanitize=undefined", "-fsanitize=address", "-fsanitize=leak", "-Wno-error"]
|
||
|
tools.build:cflags=["-fsanitize=undefined", "-fsanitize=address", "-fsanitize=leak", "-Wno-error"]
|