conan: add AFL profile

This commit is contained in:
Danny Robson 2022-05-03 10:44:30 +10:00
parent 29c98f53ce
commit 04ee883505

View File

@ -0,0 +1,19 @@
[settings]
os=Linux
arch=x86_64
compiler=clang
compiler.version=13
compiler.libcxx=libc++
build_type=Release
[options]
[build_requires]
[env]
CC=afl-clang
CXX=afl-clang++
CFLAGS="-flto"
CXXFLAGS="-flto"