From 7625ec753105f72699811d413d7c60cf154b17ee Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Fri, 12 May 2023 11:42:47 +0800 Subject: [PATCH] OSX ASan uses ucontext. --- test/Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 851f8df1..b18b3cf6 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -37,7 +37,9 @@ project /boost/beast/test on:/boost/beast//lib-beast/static /boost/filesystem//boost_filesystem /boost/context//boost_context - ; + darwin,norecover:ucontext + darwin,norecover:BOOST_USE_ASAN=1 + ; path-constant ZLIB_SOURCES : extern/zlib-1.2.12/adler32.c