Skip to content

Commit b1f5ef4

Browse files
committed
Remove TODOs
1 parent 1d2bb15 commit b1f5ef4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mx.graalpython/suite.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -830,19 +830,17 @@
830830
"build_args": [
831831
# From mx.graalpython/native-image.properties
832832
"-Dpolyglot.image-build-time.PreinitializeContexts=python",
833-
# "-Dorg.graalvm.language.python.home=<path:GRAALPY_STANDALONE_COMMON>", # TODO needed?
834833
"--add-exports", "org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED",
835834
"-R:StackSize=16777216",
836835
"-H:+AddAllCharsets",
837836
"-H:IncludeLocales=no,be,ro,ru,es,se,in,ka,hu,hr,bg,is,mk,da,nn,cs,sq,fr,pl,fo,bs,kl,fa,sv,it,uk,af,tg,ps,de",
838837
# Configure launcher
839838
"-Dorg.graalvm.launcher.class=com.oracle.graal.python.shell.GraalPythonMain",
840-
# From mx.graalpython/mx_graalpython.py
839+
# GraalPy standalone specific flags
841840
"-J-Xms14g", # GR-46399: libpythonvm needs more than the default minimum of 8 GB to be built
842841
"-H:-CopyLanguageResources",
843842
"-Dpolyglot.python.PosixModuleBackend=native",
844843
"-Dpolyglot.python.Sha3ModuleBackend=native",
845-
"--verbose", # TODO remove
846844
],
847845
},
848846
},

0 commit comments

Comments
 (0)