-
The doc only mentioned that the |
Beta Was this translation helpful? Give feedback.
Answered by
zakkak
Dec 5, 2023
Replies: 1 comment 1 reply
-
/cc @zakkak (native-image) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @SetoKaiba,
That depends on the Quarkus and Mandrel/GraalVM version.
To see what actually happens follow the
io.quarkus.deployment.pkg.NativeConfig.Debug#enabled
references in the source code, e.g.:quarkus/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java
Lines 746 to 758 in 45a7c9d