Skip to content

Commit 3e421f2

Browse files
committed
test macos
1 parent e3bbf68 commit 3e421f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(CheckCXXCompilerFlag)
1414

1515
string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)
1616

17-
OPTION(JSONCONS_SANITIZE "sanitize" ON)
17+
OPTION(JSONCONS_SANITIZE "sanitize" OFF)
1818
option(JSONCONS_VALGRIND "Execute tests with valgrind" OFF)
1919

2020
if(JSONCONS_VALGRIND)
@@ -36,7 +36,7 @@ if (JSONCONS_SANITIZE)
3636
message(STATUS "SANITIZE ON")
3737
endif()
3838
endif()
39-
39+
set(CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER ON)
4040
if(MSVC)
4141
set(CMAKE_EXE_LINKER_FLAGS /MANIFEST:NO)
4242
endif()

0 commit comments

Comments
 (0)