build/conan/profile/x86_64-afl-linux-release

20 lines
210 B
Plaintext
Raw Normal View History

2022-05-03 10:44:30 +10:00
[settings]
os=Linux
arch=x86_64
compiler=clang
2023-11-19 10:41:05 +11:00
compiler.version=13.2
2022-05-03 10:44:30 +10:00
compiler.libcxx=libc++
build_type=Release
[options]
[build_requires]
[env]
2022-05-03 10:44:30 +10:00
CC=afl-clang
CXX=afl-clang++
CFLAGS="-flto"
CXXFLAGS="-flto"