Skip to content
Snippets Groups Projects
Commit 5fe480dd authored by stepan's avatar stepan
Browse files

Add configuration for native-image tool

parent a00bc5f1
No related branches found
No related tags found
No related merge requests found
# This file contains native-image arguments needed to fastr
#
ImageName = R
Requires = Tool:nfi
JavaArgs = \
-Dfastr.resource.factory.class=com.oracle.truffle.r.nodes.builtin.EagerResourceHandlerFactory \
-Dfastr.internal.grid.awt.support=false \
-Xmx6G
Args = -H:Class=com.oracle.truffle.r.launcher.RCommand
......@@ -70,7 +70,7 @@ suite = {
"sha1" : "0baa82bff19059401e90e1b90020beb9c96305d7",
"maven" : {
"groupId" : "org.antlr",
"artifactId" : "antlr",
"artifactId" : "antlr-runtime",
"version" : "3.5",
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment