diff --git a/Jamfile b/Jamfile index 07f1dd9a4..72806c5eb 100644 --- a/Jamfile +++ b/Jamfile @@ -338,6 +338,12 @@ rule building ( properties * ) result += TORRENT_EXPORT_EXTRA ; } + if msvc in $(properties) + { + # allow larger .obj files (with more sections) + result += /bigobj ; + } + if ( debug in $(properties) && ( clang in $(properties) || gcc in $(properties)