removed big-obj flag when using mingw32 (#875)

This commit is contained in:
Alden Torres 2016-07-01 17:27:51 -04:00 committed by Arvid Norberg
parent fdcf98c247
commit afed2a8f40
1 changed files with 0 additions and 7 deletions

View File

@ -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)