25 lines
368 B
Plaintext
25 lines
368 B
Plaintext
VERSION=14
|
|
CC=gcc-$VERSION
|
|
CXX=g++-$VERSION
|
|
CXXFLAGS=-D_GLIBCXX_DEBUG
|
|
|
|
[settings]
|
|
os=Linux
|
|
arch=x86_64
|
|
|
|
compiler=gcc
|
|
compiler.version=$VERSION
|
|
compiler.libcxx=libstdc++11
|
|
|
|
build_type=Debug
|
|
|
|
[options]
|
|
|
|
[buildenv]
|
|
CC=$CC
|
|
CXX=$CXX
|
|
CXXFLAGS=-D_GLIBCXX_DEBUG
|
|
|
|
[conf]
|
|
tools.build:compiler_executables={"c": "gcc-14","cpp": "g++-14"}
|
|
tools.build:cxxflags=["-D_GLIBCXX_DEBUG"] |