File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
4242option (ENABLE_CCACHE "Use ccache compiler cache" OFF )
4343option (BUILD_SHARED_LIBS "Build shared (.so) libraries" OFF )
4444option (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 )
5252option (SANITIZE_UNDEFINED "Enable undefined behavior sanitizer" OFF )
5353option (SANITIZE_THREAD "Enable thread sanitizer" OFF )
5454option (SANITIZE_MEMORY "Enable memory sanitizer" OFF )
You can’t perform that action at this time.
0 commit comments