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
I would like to add additional linker flags similar to what native-image allows with the -H:NativeLinkerOption flag.
Expected Behavior
extra flags are added to the linker command.
The option is also available in the maven plugin.
Current Behavior
linker command is pretty much predefined and does not allow external additions.
Context
I need to add extra exports to the produced executable, to work around this issue: #945
Alternative solution: create my own patched version of substrate which hardcodes my required flags.
The text was updated successfully, but these errors were encountered:
I would like to add additional linker flags similar to what native-image allows with the
-H:NativeLinkerOption
flag.Expected Behavior
Current Behavior
linker command is pretty much predefined and does not allow external additions.
Context
I need to add extra exports to the produced executable, to work around this issue: #945
Alternative solution: create my own patched version of substrate which hardcodes my required flags.
The text was updated successfully, but these errors were encountered: