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

19 lines
222 B
Plaintext

[settings]
os=Linux
arch=x86_64
compiler=clang
compiler.version=15
#compiler.libcxx=libc++
compiler.libcxx=libstdc++11
build_type=Release
[options]
[buildenv]
CC=clang-15
CXX=clang++-15
CFLAGS="-flto"
CXXFLAGS="-flto"