conan: add AFL profile
This commit is contained in:
parent
29c98f53ce
commit
04ee883505
19
conan/profile/x86_64-afl-linux-release
Normal file
19
conan/profile/x86_64-afl-linux-release
Normal 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"
|
Loading…
Reference in New Issue
Block a user