mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-25 22:33:03 +00:00
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "develop",
|
|
"description": "Debugging config for maintainers",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug",
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
|
|
"MORE_WARNINGS": true,
|
|
"SANITIZERS": true
|
|
},
|
|
"warnings": { "uninitialized": true },
|
|
"errors": { "dev": true }
|
|
}
|
|
]
|
|
}
|