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

19 lines
208 B
Plaintext
Raw Normal View History

2020-10-19 07:46:18 +10:00
[settings]
os=Linux
arch=x86_64
compiler=gcc
2024-05-13 15:06:55 +10:00
compiler.version=14.0
2020-10-19 07:46:18 +10:00
compiler.libcxx=libstdc++11
build_type=Release
[options]
[build_requires]
[env]
2024-05-13 15:06:55 +10:00
CC=gcc-14
CXX=g++-14
CXXFLAGS="-flto -ffat-lto-objects"