From 84a2c175d0a26ceed7beee5ec200fa6fb30f1ce4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 13 Jan 2021 04:44:56 +0200 Subject: [PATCH] Use variant=release for variant_visit_r under g++/windows --- test/Jamfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 742b2ad..682b862 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -115,4 +115,7 @@ run variant_visit_derived.cpp ; run variant_many_types.cpp ; -run variant_visit_r.cpp ; +run variant_visit_r.cpp : : : + gcc,windows:release + gcc,cygwin:release + ;