Initial commit

This commit is contained in:
2025-12-13 12:06:12 +00:00
committed by Thomas
commit 71696ac043
13 changed files with 430 additions and 0 deletions

8
profiles/x64_linux_gcc_9 Normal file
View File

@@ -0,0 +1,8 @@
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu14
compiler.libcxx=libstdc++11
compiler.version=9
os=Linux