diff --git a/conan/profile/x86_64-afl-linux-release b/conan/profile/x86_64-afl-linux-release new file mode 100644 index 0000000..49a94db --- /dev/null +++ b/conan/profile/x86_64-afl-linux-release @@ -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"