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 09914ca commit aa85650Copy full SHA for aa85650
mx.graalpython/native-image.properties
@@ -7,5 +7,5 @@ JavaArgs = -Xmx4G -Dpolyglot.engine.PreinitializeContexts=python
7
8
Args = -H:MaxRuntimeCompileMethods=7000 \
9
-H:+AddAllCharsets \
10
- --initialize-at-build-time=com.oracle.graal.python,org.antlr.v4 \
+ --initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,org.antlr.v4,jline,org.fusesource \
11
-H:SubstitutionResources=com/oracle/graal/python/aot/substitutions.json
0 commit comments