Skip to content

Commit f69e487

Browse files
fniephaustimfel
authored andcommitted
Use --features instead of -H:Features.
(cherry picked from commit 91f5282)
1 parent 3df97c9 commit f69e487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/META-INF/native-image/org.graalvm.py/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Args = -H:MaxRuntimeCompileMethods=20000 \
33
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,jline,org.fusesource \
44
--initialize-at-run-time=org.tukaani.xz \
5-
-H:Features=com.oracle.graal.python.BouncyCastleFeature \
5+
--features=com.oracle.graal.python.BouncyCastleFeature \
66
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py \
77
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED

0 commit comments

Comments
 (0)