removed big-obj flag when using mingw32 (#875)
This commit is contained in:
parent
fdcf98c247
commit
afed2a8f40
7
Jamfile
7
Jamfile
|
@ -324,13 +324,6 @@ rule building ( properties * )
|
|||
result += <cflags>/bigobj ;
|
||||
}
|
||||
|
||||
if <toolset>gcc in $(properties)
|
||||
&& <target-os>windows in $(properties)
|
||||
{
|
||||
# allow larger .obj files in GCC
|
||||
result += <cflags>-Wa,-mbig-obj ;
|
||||
}
|
||||
|
||||
if ( <variant>debug in $(properties)
|
||||
&& ( <toolset>clang in $(properties)
|
||||
|| <toolset>gcc in $(properties)
|
||||
|
|
Loading…
Reference in New Issue