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

18 lines
174 B
Plaintext
Raw Normal View History

2020-10-19 08:46:18 +11:00
[settings]
os=Linux
arch=x86_64
compiler=clang
2021-04-19 14:53:36 +10:00
compiler.version=12
2020-10-19 08:46:18 +11:00
compiler.libcxx=libc++
build_type=Release
[options]
[build_requires]
[env]
2021-04-19 14:53:36 +10:00
CC=clang-12
CXX=clang++-12