Open grumpyf0x48 opened 3 years ago
We may need some options to pass to native_image, for example -H:+AllowIncompleteClasspath.
-H:+AllowIncompleteClasspath
I have the case for which fails to build in native because of that.
It can be tested by adding the following dependency to the file:
//DEPS info.picocli:picocli-codegen:4.6.1
It would then be great to be able to add options in the Java source file just like we can do it already for JAVA_OPTIONS and JAVAC_OPTIONS.
JAVA_OPTIONS
JAVAC_OPTIONS
I guess that makes sense. Want to make a PR for it ?
i will.
We may need some options to pass to native_image, for example
-H:+AllowIncompleteClasspath
.I have the case for which fails to build in native because of that.
It can be tested by adding the following dependency to the file:
//DEPS info.picocli:picocli-codegen:4.6.1
It would then be great to be able to add options in the Java source file just like we can do it already for
JAVA_OPTIONS
andJAVAC_OPTIONS
.