21 lines
235 B
Plaintext
21 lines
235 B
Plaintext
[settings]
|
|
os=Linux
|
|
arch=x86_64
|
|
|
|
compiler=clang
|
|
compiler.version=16
|
|
compiler.libcxx=libc++
|
|
#compiler.libcxx=libstdc++11
|
|
|
|
build_type=Release
|
|
|
|
[options]
|
|
|
|
[build_requires]
|
|
|
|
[env]
|
|
CC=clang-16
|
|
CXX=clang++-16
|
|
CFLAGS="-flto"
|
|
CXXFLAGS="-flto"
|