2020-10-19 08:46:18 +11:00
|
|
|
[settings]
|
|
|
|
os=Linux
|
|
|
|
arch=x86_64
|
|
|
|
|
|
|
|
compiler=gcc
|
2024-05-16 10:17:06 +10:00
|
|
|
compiler.version=14
|
2020-10-19 08:46:18 +11:00
|
|
|
compiler.libcxx=libstdc++11
|
|
|
|
|
|
|
|
build_type=Release
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
2024-05-16 10:17:06 +10:00
|
|
|
[buildenv]
|
2024-05-13 15:06:55 +10:00
|
|
|
CC=gcc-14
|
|
|
|
CXX=g++-14
|
2024-05-16 10:17:06 +10:00
|
|
|
CXXFLAGS=-flto -ffat-lto-objects
|
|
|
|
|
|
|
|
[conf]
|
|
|
|
tools.build:cxxflags=["-flto", "-ffat-lto-objects"]
|
|
|
|
tools.build:compiler_executables={"c": "gcc-14","cpp": "g++-14"}
|