export the compile commands so I can see if they're having any effect

This commit is contained in:
jadebenn 2024-01-30 22:00:49 -06:00
parent 4b7d1d6593
commit 962763916d

View File

@ -36,7 +36,8 @@
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_CXX_FLAGS_INIT": "/W3 /Zc:inline"
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"CMAKE_CXX_FLAGS_INIT": "/O2 /Zc:inline"
}
},
{