We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c80337 + 3d93a99 commit a21fefeCopy full SHA for a21fefe
com.oracle.truffle.r.native/run/install_r_native_image
@@ -74,7 +74,7 @@ if [[ $silent -eq 0 ]]; then
74
fi
75
76
cd "$fastr_home/bin"
77
-../../../../bin/native-image --no-server --language:R
+../../../../bin/native-image --initialize-at-build-time --no-server --language:R
78
cp "exec/R" "exec_R.backup"
79
cp "Rscript" "Rscript.backup"
80
sed -e '/^## REMOVE FOR NATIVE IMAGE: BEGIN/,/^## REMOVE FOR NATIVE IMAGE: END/d;' "exec_R.backup" | \
0 commit comments