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 710ff72 commit de9e4baCopy full SHA for de9e4ba
mx.graalpython/native-image.properties
@@ -11,4 +11,6 @@ LauncherClassPath = lib/graalvm/launcher-common.jar:lib/graalvm/graalpython-laun
11
JavaArgs = -Xmx4G -Dpolyglot.engine.PreinitializeContexts=python
12
13
Args = -H:MaxRuntimeCompileMethods=7000 \
14
+ -H:+AddAllCharsets \
15
+ --initialize-at-build-time=com.oracle.graal.python,org.antlr.v4 \
16
-H:SubstitutionResources=com/oracle/graal/python/aot/substitutions.json
0 commit comments