diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 670d25a6..fe0d61c5 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -59,6 +59,7 @@ project : requirements msvc:static msvc:all msvc:/fp\:precise + gcc,windows:"-Wa,-mbig-obj" intel-win:static intel-win:static clang-win:static # Clang-win does not generate .dlls. @@ -188,7 +189,7 @@ test-suite arithmetic_tests : [ run test_arithmetic_dbg_adptr1m.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_dbg_adptr2.cpp no_eh_support : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_complex_dbg_adptr.cpp : : : gcc-mingw:-Wa,-mbig-obj msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_complex_dbg_adptr.cpp : : : gcc-mingw:-Wa,-mbig-obj off msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_cpp_int_dbg_adptr.cpp : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_cpp_rat_dbg_adptr.cpp : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_mpf_dbg_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] @@ -198,7 +199,7 @@ test-suite arithmetic_tests : [ run test_arithmetic_mpq_dbg_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_mpz_dbg_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ] - [ run test_arithmetic_cpp_complex_logged_adptr.cpp : : : gcc-mingw:-Wa,-mbig-obj msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] + [ run test_arithmetic_cpp_complex_logged_adptr.cpp : : : gcc-mingw:-Wa,-mbig-obj off msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_cpp_int_logged_adptr.cpp : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_cpp_rat_logged_adptr.cpp : : : msvc:/bigobj [ check-target-builds ../config//has_float128 : quadmath ] ] [ run test_arithmetic_mpf_logged_adptr.cpp gmp : : : msvc:/bigobj [ check-target-builds ../config//has_gmp : : no ] [ check-target-builds ../config//has_float128 : quadmath ] ]