Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable debug info stripping in GraalVM/Mandrel >23.0
Starting with GraalVM/Mandrel 23.0, `native-image` strips debug info in a separate file by default. Quarkus already does this, so for the time being we disable GraalVM/Mandrel's splitting as in contrast to Quarkus it uses absolute paths which makes debugging harder especially for in-container builds. Fixes quarkusio#31258
- Loading branch information