Skip to content

Commit aaab0de

Browse files
Adopt native-image macro changes
1 parent a21fefe commit aaab0de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

mx.fastr/native-image.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# This file contains native-image arguments needed to fastr
22
#
33

4-
ImageName = RMain
4+
#ImageName = RMain
5+
#Requires = tool:chromeinspector \
6+
# tool:profiler
7+
#LauncherClass = com.oracle.truffle.r.launcher.RMain
8+
#LauncherClassPath = lib/graalvm/launcher-common.jar:languages/R/fastr-launcher.jar
59

6-
Requires = tool:nfi \
7-
tool:chromeinspector \
8-
tool:nfi \
9-
tool:profiler
10+
Requires = language:nfi
1011

1112
JavaArgs = \
1213
-Dfastr.resource.factory.class=com.oracle.truffle.r.nodes.builtin.EagerResourceHandlerFactory \
@@ -17,11 +18,10 @@ JavaArgs = \
1718
-Dfastr.use.remote.grid.awt.device=true \
1819
-Xmx6G
1920

20-
LauncherClass = com.oracle.truffle.r.launcher.RMain
21-
LauncherClassPath = lib/graalvm/launcher-common.jar:languages/R/fastr-launcher.jar
22-
2321
Args = -H:MaxRuntimeCompileMethods=8000 \
2422
-H:-TruffleCheckFrameImplementation \
2523
-H:+TruffleCheckNeverPartOfCompilation \
2624
-H:EnableURLProtocols=http \
2725
-H:-UseServiceLoaderFeature
26+
27+
ExcludeFromAll=true

0 commit comments

Comments
 (0)