Decouple -Werror from MORE_WARNINGS

This commit is contained in:
ISSOtm
2026-04-13 21:50:24 +02:00
committed by Eldred Habert
parent e6916360f4
commit 0849eb801e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -7,6 +7,8 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
"CMAKE_COMPILE_WARNING_AS_ERROR": true,
"CMAKE_LINK_WARNING_AS_ERROR": true,
"MORE_WARNINGS": true,
"SANITIZERS": true
},