2020-10-19 08:46:18 +11:00
|
|
|
[settings]
|
|
|
|
os=Linux
|
|
|
|
arch=x86_64
|
|
|
|
|
|
|
|
compiler=gcc
|
2022-08-25 15:27:24 +10:00
|
|
|
compiler.version=12.2
|
2020-10-19 08:46:18 +11:00
|
|
|
compiler.libcxx=libstdc++11
|
|
|
|
|
|
|
|
build_type=Debug
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
2023-04-21 10:27:25 +10:00
|
|
|
[buildenv]
|
|
|
|
CC=gcc-12
|
|
|
|
CXX=g++-12
|
2021-11-07 07:11:01 +11:00
|
|
|
CXXFLAGS=-D_GLIBCXX_DEBUG
|