forked from oracle/graalpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnative-image.properties
More file actions
17 lines (14 loc) · 860 Bytes
/
Copy pathnative-image.properties
File metadata and controls
17 lines (14 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file contains native-image arguments needed to build graalpython
#
Requires = language:regex language:llvm language:nfi
JavaArgs = -Xmx4G -Dpolyglot.image-build-time.PreinitializeContexts=python
Args = -H:MaxRuntimeCompileMethods=15000 \
-H:+AddAllCharsets \
-H:+IncludeAllLocales \
--enable-all-security-services \
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,org.antlr.v4,jline,org.fusesource \
--initialize-at-run-time=com.ibm.icu \
-H:ReflectionConfigurationResources=com/oracle/graal/python/resources/reflect-config.json \
-H:ResourceConfigurationResources=com/oracle/graal/python/resources/resource-config.json \
-H:JNIConfigurationResources=com/oracle/graal/python/resources/jni-config.json \
-H:Features=com.oracle.graal.python.BouncyCastleFeature