Skip to content

Commit feee8af

Browse files
author
Julian LALU
committed
Fix Clang sanitizer
1 parent 7957aa3 commit feee8af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core.vscode.code-workspace

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"cmake.outputLogEncoding": "utf8",
2828
"debug.showVariableTypes": true,
2929
"rust-analyzer.checkOnSave": true,
30+
"dotnetAcquisitionExtension.enableTelemetry": false,
3031
},
3132
"extensions": {
3233
"recommendations": [

sanitizer.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function(enable_sanitizer project_name lib_name)
3939
set(SANTIZE_COMPILE_ARGS
4040
-fsanitize=address
4141
-fsanitize=undefined
42-
-fsanitize=safe-stack
4342
-fno-sanitize-recover=all
4443
-fsanitize=float-divide-by-zero
4544
-fsanitize=float-cast-overflow

0 commit comments

Comments
 (0)