Skip to content

Commit a4b7ef0

Browse files
committed
[GR-22495] Enable RemoveSaturatedTypeFlows
PullRequest: graalpython/1394
2 parents 346f0b4 + a836d11 commit a4b7ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,10 +1420,10 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
14201420
destination='bin/<exe:graalpython>',
14211421
jar_distributions=['graalpython:GRAALPYTHON-LAUNCHER'],
14221422
main_class='com.oracle.graal.python.shell.GraalPythonMain',
1423-
# build_args=['-H:+RemoveSaturatedTypeFlows'],
14241423
build_args=[
14251424
'-H:+TruffleCheckBlackListedMethods',
14261425
'-H:+DetectUserDirectoriesInImageHeap',
1426+
'-H:+RemoveSaturatedTypeFlows',
14271427
],
14281428
language='python',
14291429
)

0 commit comments

Comments
 (0)