build/conan/profile/x86_64-clang-linux-release
2023-05-15 11:23:30 +10:00

19 lines
222 B
Plaintext

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