add sanitizers to debug builds

This commit is contained in:
2025-02-16 19:08:00 +01:00
parent 4b3f7ef455
commit a424346e78
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -6,7 +6,7 @@
"type": "lldb",
"request": "launch",
"env": {
"DEBUG": "1"
"DEBUG": "1",
},
"program": "",
"linux": {