From 96402b117a941d60931b107960fea22f7f5c49c3 Mon Sep 17 00:00:00 2001
From: Zbynek Slajchrt <zbynek.slajchrt@oracle.com>
Date: Tue, 17 Jul 2018 10:41:01 +0200
Subject: [PATCH] FastR specific configure arguments specified

---
 com.oracle.truffle.r.native/run/configure_fastr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/com.oracle.truffle.r.native/run/configure_fastr b/com.oracle.truffle.r.native/run/configure_fastr
index 97659502d4..3f9ccbc691 100755
--- a/com.oracle.truffle.r.native/run/configure_fastr
+++ b/com.oracle.truffle.r.native/run/configure_fastr
@@ -16,7 +16,7 @@ done
 
 ( 
   cd -P "$( dirname "$source" )/../etc"
-  ./configure
+  ./configure --with-x=no --with-aqua=no --enable-memory-profiling FFLAGS=-O2 $@
   ed Makeconf < edMakeconf.etc  
   echo "DONE"
 )
-- 
GitLab