2024-05-16 10:17:06 +10:00
|
|
|
VERSION=14
|
|
|
|
CC=gcc-$VERSION
|
|
|
|
CXX=g++-$VERSION
|
|
|
|
CXXFLAGS=-D_GLIBCXX_DEBUG
|
|
|
|
|
2020-10-19 07:46:18 +10:00
|
|
|
[settings]
|
|
|
|
os=Linux
|
|
|
|
arch=x86_64
|
|
|
|
|
|
|
|
compiler=gcc
|
2024-05-16 10:17:06 +10:00
|
|
|
compiler.version=$VERSION
|
2020-10-19 07:46:18 +10:00
|
|
|
compiler.libcxx=libstdc++11
|
|
|
|
|
|
|
|
build_type=Debug
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
2024-05-16 10:17:06 +10:00
|
|
|
[buildenv]
|
|
|
|
CC=$CC
|
|
|
|
CXX=$CXX
|
2021-11-07 06:11:01 +10:00
|
|
|
CXXFLAGS=-D_GLIBCXX_DEBUG
|
2024-05-16 10:17:06 +10:00
|
|
|
|
|
|
|
[conf]
|
|
|
|
tools.build:compiler_executables={"c": "gcc-14","cpp": "g++-14"}
|
|
|
|
tools.build:cxxflags=["-D_GLIBCXX_DEBUG"]
|