Skip to content

Commit 3cef4fd

Browse files
authored
enable asan for macos builds (#289)
* enable asan for macos builds * update ziti-tunnel-sdk-c@v1.7.18
1 parent f3dc9ff commit 3cef4fd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

deps/toolchains/macOS-arm64.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
88
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
99
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
1010
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
11+
set(ZITI_TUNNEL_ASAN true)
1112

1213
set(VCPKG_TARGET_TRIPLET arm64-osx)
1314
include($ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake)

deps/toolchains/macOS-x86_64.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
88
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
99
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
1010
set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
11+
set(ZITI_TUNNEL_ASAN true)
1112

1213
set(VCPKG_TARGET_TRIPLET x64-osx)
1314
include($ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake)

0 commit comments

Comments
 (0)