build/conan/profile/x86_64-gcc-linux-debug

25 lines
368 B
Plaintext
Raw Normal View History

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
compiler.version=$VERSION
2020-10-19 07:46:18 +10:00
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"]