diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | RELEASE.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ed83915..b52470d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ INCLUDE(FindPkgConfig) # # Basic common compiler flags. # -SET(COMMON_COMPILER_FLAGS "-pipe -Wall -Wno-unused-value") +SET(COMMON_COMPILER_FLAGS "-pipe -Wall -Wno-unused-value -fsanitize=undefined -fsanitize=address") # # GCC/G++ flags diff --git a/RELEASE.txt b/RELEASE.txt index 2646fc0e..ab082315 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -5,3 +5,4 @@ Release Checklist: * Update changes.txt * Update IS_CVS in defines.h before tagging; undo post-tagging. * Check that system-wide installation succeeds. +* Disable C/C++ compiler sanitization options |