We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7957aa3 commit feee8afCopy full SHA for feee8af
core.vscode.code-workspace
@@ -27,6 +27,7 @@
27
"cmake.outputLogEncoding": "utf8",
28
"debug.showVariableTypes": true,
29
"rust-analyzer.checkOnSave": true,
30
+ "dotnetAcquisitionExtension.enableTelemetry": false,
31
},
32
"extensions": {
33
"recommendations": [
sanitizer.cmake
@@ -39,7 +39,6 @@ function(enable_sanitizer project_name lib_name)
39
set(SANTIZE_COMPILE_ARGS
40
-fsanitize=address
41
-fsanitize=undefined
42
- -fsanitize=safe-stack
43
-fno-sanitize-recover=all
44
-fsanitize=float-divide-by-zero
45
-fsanitize=float-cast-overflow
0 commit comments