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.
1 parent 55449f5 commit 6810842Copy full SHA for 6810842
mx.graalpython/native-image.properties
@@ -3,7 +3,8 @@
3
4
Requires = language:regex language:llvm language:nfi
5
6
-JavaArgs = -Xmx5100M -Dpolyglot.image-build-time.PreinitializeContexts=python
+JavaArgs = -Xmx5100M -Dpolyglot.image-build-time.PreinitializeContexts=python \
7
+ --add-exports org.graalvm.sdk/org.graalvm.nativeimage.impl=ALL-UNNAMED
8
9
# TODO --enable-all-security-services is deprecated in 22.0
10
Args = -H:MaxRuntimeCompileMethods=20000 \
0 commit comments