try to fix sanitisers

This commit is contained in:
2025-02-17 18:31:08 +01:00
parent 3daa7d417b
commit 0bfe244a2d
2 changed files with 4 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -7,6 +7,8 @@
"request": "launch",
"env": {
"DEBUG": "1",
"ASAN_OPTIONS": "detect_leaks=0",
"UBSAN_OPTIONS": "print_stacktrace=1:halt_on_error=1",
},
"program": "",
"linux": {