Added compile flags

This commit is contained in:
2026-06-20 23:27:10 -07:00
parent 9631e860c5
commit ae94ef9002
+2 -1
View File
@@ -16,7 +16,8 @@
"inherits": "vcpkg", "inherits": "vcpkg",
"displayName": "Debug", "displayName": "Debug",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug" "CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS_INIT": "-Wall -Wextra -Werror"
} }
}, },
{ {