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

19 lines
208 B
Plaintext

[settings]
os=Linux
arch=x86_64
compiler=gcc
compiler.version=14.0
compiler.libcxx=libstdc++11
build_type=Release
[options]
[build_requires]
[env]
CC=gcc-14
CXX=g++-14
CXXFLAGS="-flto -ffat-lto-objects"