attempt to fix msvc 64 bit build
This commit is contained in:
parent
9ce1d64839
commit
206e4b7c71
6
Jamfile
6
Jamfile
|
@ -338,6 +338,12 @@ rule building ( properties * )
|
|||
result += <define>TORRENT_EXPORT_EXTRA ;
|
||||
}
|
||||
|
||||
if <toolset>msvc in $(properties)
|
||||
{
|
||||
# allow larger .obj files (with more sections)
|
||||
result += <cflags>/bigobj ;
|
||||
}
|
||||
|
||||
if ( <variant>debug in $(properties)
|
||||
&& ( <toolset>clang in $(properties)
|
||||
|| <toolset>gcc in $(properties)
|
||||
|
|
Loading…
Reference in New Issue