You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JLINK command supports many more options that currently users don't have a way to add to the execution of jlink. https://docs.oracle.com/en/java/javase/17/docs/specs/man/jlink.html
Specificaly I would love to have at least the option to shrink the size by using strip, compress and such.
The JLINK command supports many more options that currently users don't have a way to add to the execution of jlink.
https://docs.oracle.com/en/java/javase/17/docs/specs/man/jlink.html
Specificaly I would love to have at least the option to shrink the size by using strip, compress and such.
I opened a PR for this:
#2
The text was updated successfully, but these errors were encountered: