Skip to content

Commit 0c16810

Browse files
committed
back to default cmake options
1 parent 9b90a81 commit 0c16810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/project-common.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set(TEST_NAMESPACE dotname)
3838
# Common build options
3939
# ==============================================================================
4040

41-
option(ENABLE_GTESTS "Build and run unit tests" OFF)
41+
option(ENABLE_GTESTS "Build and run unit tests" ON)
4242
option(ENABLE_CCACHE "Use ccache compiler cache" OFF)
4343
option(BUILD_SHARED_LIBS "Build shared (.so) libraries" OFF)
4444
option(USE_STATIC_RUNTIME "Link C++ runtime statically" OFF)
@@ -48,7 +48,7 @@ option(ENABLE_COVERAGE "Enable code coverage analysis" OFF)
4848
# sudo dnf install libasan libubsan libtsan liblsan
4949
# sudo dnf install libasan-static libubsan-static libtsan-static liblsan-static
5050
# Sanitizer not work together with active tests yet!
51-
option(SANITIZE_ADDRESS "Enable address sanitizer" ON)
51+
option(SANITIZE_ADDRESS "Enable address sanitizer" OFF)
5252
option(SANITIZE_UNDEFINED "Enable undefined behavior sanitizer" OFF)
5353
option(SANITIZE_THREAD "Enable thread sanitizer" OFF)
5454
option(SANITIZE_MEMORY "Enable memory sanitizer" OFF)

0 commit comments

Comments
 (0)