From 04ee883505ac28f8af159cf673bdac1538d76cb9 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 3 May 2022 10:44:30 +1000 Subject: [PATCH] conan: add AFL profile --- conan/profile/x86_64-afl-linux-release | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 conan/profile/x86_64-afl-linux-release 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"