build/conan/profile/x86_64-gcc-linux-release
2023-05-15 11:23:42 +10:00

17 lines
189 B
Plaintext

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