From 0bf1274b26a2bea67ae812181c0617ae5ed13ad8 Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 6 Jul 2015 17:33:17 -0400 Subject: [PATCH] attempt to make travis not kill GCC --- Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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