From afed2a8f409d35ab31c78bf7d034a6caf751f667 Mon Sep 17 00:00:00 2001 From: Alden Torres Date: Fri, 1 Jul 2016 17:27:51 -0400 Subject: [PATCH] removed big-obj flag when using mingw32 (#875) --- Jamfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Jamfile b/Jamfile index 159073c9c..1da6930b9 100644 --- a/Jamfile +++ b/Jamfile @@ -324,13 +324,6 @@ rule building ( properties * ) result += /bigobj ; } - if gcc in $(properties) - && windows in $(properties) - { - # allow larger .obj files in GCC - result += -Wa,-mbig-obj ; - } - if ( debug in $(properties) && ( clang in $(properties) || gcc in $(properties)