From 3ab949d3218623209cd3ce771c89b34a789fa184 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 21 Feb 2023 05:32:28 +0200 Subject: [PATCH] Only use visibility=global in UBSan builds --- test/Jamfile.v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7e83d13..d272daf 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -364,9 +364,9 @@ run data_test.cpp ; run size_test.cpp ; run serialization_nvp_test.cpp : : : /boost//serialization/off norecover:no ; -run serialization_split_free_test.cpp : : : /boost//serialization/off global ; -run serialization_split_member_test.cpp : : : /boost//serialization/off global ; -run serialization_construct_data_test.cpp : : : /boost//serialization/off global ; +run serialization_split_free_test.cpp : : : /boost//serialization/off norecover:global ; +run serialization_split_member_test.cpp : : : /boost//serialization/off norecover:global ; +run serialization_construct_data_test.cpp : : : /boost//serialization/off norecover:global ; use-project /boost/core/swap : ./swap ; build-project ./swap ;