From 57b34f6b074e29b584dab15f49f9460e70ade195 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Tue, 25 Oct 2016 18:51:17 -0400 Subject: [PATCH] [mobile-static] Increase trampoline limits even more. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b340c6d1444..f258b89d7f2 100644 --- a/configure.ac +++ b/configure.ac @@ -780,7 +780,7 @@ dnl TEST_PROFILE=default enable_llvm_default=no -INVARIANT_AOT_OPTIONS=nimt-trampolines=2000,ntrampolines=8000,nrgctx-fetch-trampolines=256,ngsharedvt-trampolines=2800 +INVARIANT_AOT_OPTIONS=nimt-trampolines=2000,ntrampolines=8000,nrgctx-fetch-trampolines=256,ngsharedvt-trampolines=4000 if test x$cross_compiling = xyes -o x$enable_mcs_build = xno; then DISABLE_MCS_DOCS_default=yes -- 2.25.1