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

19 lines
222 B
Plaintext
Raw Normal View History

2020-10-19 07:46:18 +10:00
[settings]
os=Linux
arch=x86_64
compiler=clang
2023-05-15 11:23:30 +10:00
compiler.version=16
2023-04-21 10:27:25 +10:00
#compiler.libcxx=libc++
compiler.libcxx=libstdc++11
2020-10-19 07:46:18 +10:00
build_type=Release
[options]
2023-04-21 10:27:25 +10:00
[buildenv]
2023-05-15 11:23:30 +10:00
CC=clang-16
CXX=clang++-16
2022-04-24 15:09:30 +10:00
CFLAGS="-flto"
CXXFLAGS="-flto"