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

19 lines
202 B
Plaintext
Raw Normal View History

2020-10-19 08:46:18 +11:00
[settings]
os=Linux
arch=x86_64
compiler=gcc
2023-11-19 10:41:05 +11:00
compiler.version=13.2
2020-10-19 08:46:18 +11:00
compiler.libcxx=libstdc++11
build_type=Release
[options]
[build_requires]
[env]
2020-10-19 08:46:18 +11:00
CC=gcc
CXX=g++
CXXFLAGS="-flto -ffat-lto-objects"