1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Add deterministic C++ reference adapter

This commit is contained in:
Andraxion 2026-07-29 14:53:21 -04:00
parent f00aa65a73
commit 7bee0220c2
7 changed files with 1915 additions and 0 deletions

View file

@ -0,0 +1,19 @@
[
{
"arguments": [
"c++",
"-std=c++20",
"-Iinclude",
"-c",
"src/main.cpp"
],
"directory": ".",
"file": "src/main.cpp"
},
{
"command": "c++ -std=c++20 -Iinclude -c src/worker.cpp",
"directory": ".",
"file": "src/worker.cpp",
"output": "worker.o"
}
]