From 99819c58126e64d04f2f783e8cd7254c14484ea2 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 14 Feb 2023 12:16:43 +0000 Subject: [PATCH] Turn debug symbols off for msvc-14.0. We seem to be hitting some random CI limit on one test otherwise. --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 360078567..b35f652db 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1196,7 +1196,7 @@ test-suite misc : ../../test/build//boost_unit_test_framework ] [ run quaternion_constexpr_test.cpp ] [ run quaternion_test.cpp - ../../test/build//boost_unit_test_framework : : : [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : -lquadmath ] ] + ../../test/build//boost_unit_test_framework : : : msvc-14.0:off [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : -lquadmath ] ] [ run quaternion_mult_incl_test.cpp quaternion_mi1.cpp quaternion_mi2.cpp