21 lines
381 B
Plaintext
21 lines
381 B
Plaintext
|
[settings]
|
||
|
os=Linux
|
||
|
arch=x86_64
|
||
|
|
||
|
compiler=gcc
|
||
|
compiler.version=14
|
||
|
compiler.libcxx=libstdc++11
|
||
|
|
||
|
build_type=Release
|
||
|
|
||
|
[options]
|
||
|
|
||
|
[buildenv]
|
||
|
CC=gcc-14
|
||
|
CXX=g++-14
|
||
|
CXXFLAGS=-flto -ffat-lto-objects
|
||
|
|
||
|
[conf]
|
||
|
tools.build:cxxflags=["-flto", "-ffat-lto-objects", "-fsanitize=undefined", "-fsanitize=address", "-fsanitize=leak"]
|
||
|
tools.build:compiler_executables={"c": "gcc-14","cpp": "g++-14"}
|