diff --git a/Jamfile b/Jamfile index 100cba093..b73549e38 100755 --- a/Jamfile +++ b/Jamfile @@ -507,9 +507,11 @@ feature export-extra : off on : composite propagated ; # this is a trick to get filename paths to targets to become shorter # making it possible to build on windows, especially mingw seems particular +# for release builds, disable optimizations as they bump GCC over the edge of +# allowed memory usage on travis-ci variant test_release : release : production on - full shared + full shared off on on multi ; variant test_debug : debug