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

21 lines
235 B
Plaintext
Raw Normal View History

2020-10-19 07:46:18 +10:00
[settings]
os=Linux
arch=x86_64
compiler=clang
2024-05-13 15:06:29 +10:00
compiler.version=18
compiler.libcxx=libc++
#compiler.libcxx=libstdc++11
2020-10-19 07:46:18 +10:00
build_type=Release
[options]
[build_requires]
[env]
2024-05-13 15:06:29 +10:00
CC=clang-18
CXX=clang++-18
2022-04-24 15:09:30 +10:00
CFLAGS="-flto"
CXXFLAGS="-flto"