aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 47c55da954..9c16b3b1f0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -346,11 +346,6 @@ else()
-fwrapv
-fno-strict-overflow
-fno-delete-null-pointer-checks
- -fsanitize=undefined # compile and runtime checks
- # -fsanitize=float-divide-by-zero
- # -fsanitize=float-cast-overflow
- # -fsanitize=address
- # -fno-sanitize-recover # Abort during runtime
-Wvla
-Waddress
-Wattributes
@@ -465,6 +460,10 @@ else()
# and no yet all leak is fixed...
# use ASAN_OPTIONS=detect_leaks=0 to disable detect_leaks
-fsanitize=address
+ -fsanitize=undefined # compile and runtime checks
+ # -fsanitize=float-divide-by-zero
+ # -fsanitize=float-cast-overflow
+ # -fno-sanitize-recover # Abort during runtime
)
if(ENABLE_ASAN)