Kinda have this memory alloation strat sorted...

This commit is contained in:
ed
2025-02-05 17:18:16 -05:00
parent a41bd8a5f1
commit 648e15daa6
11 changed files with 240 additions and 117 deletions
+4 -1
View File
@@ -14,7 +14,10 @@
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe",
"cStandard": "c11",
"cppStandard": "c++17"
"cppStandard": "c++17",
"compilerArgs": [
"/Zc:preprocessor"
]
}
],
"version": 4