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
We have a --java-options but no --javac-options. Nor do we have a way to pass options to the native-image compiler. We should probably make that possible.
I would suggest to use --compile-options instead of --javac-options so we can use them for Kotline and Groovy as well as any future compilers.
And for native we could just use --native-options I guess.
The text was updated successfully, but these errors were encountered:
We have a
--java-options
but no--javac-options
. Nor do we have a way to pass options to thenative-image
compiler. We should probably make that possible.I would suggest to use
--compile-options
instead of--javac-options
so we can use them for Kotline and Groovy as well as any future compilers.And for native we could just use
--native-options
I guess.The text was updated successfully, but these errors were encountered: