Skip to content

Commit

Permalink
Ensure all images of a GraalVM build require --link-at-build-time
Browse files Browse the repository at this point in the history
  • Loading branch information
olpaw committed Mar 1, 2022
1 parent 30cafcb commit 6429db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/mx.sdk/mx_sdk_vm_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ def contents(self):
image_config = self.subject.image_config
build_args = [
'--no-fallback',
'--link-at-build-time',
'--initialize-at-build-time=org,com,net,jdk,javax,java,sun,apple',
'-H:+AssertInitializationSpecifiedForAllClasses',
'-H:+EnforceMaxRuntimeCompileMethods',
Expand Down

0 comments on commit 6429db2

Please sign in to comment.