Enable compile command export in CMakePresets

This commit is contained in:
2025-03-14 14:18:12 +01:00
parent 35c6716dd2
commit eead4afbdd

View File

@@ -68,6 +68,7 @@
],
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -fdiagnostics-color=always"
}
},