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
Hi everyone!
Taking the Micronaut Picocli example code and compiling it to native - on Windows - outputs a binary file of 50 MB.
Are there tricks to make it smaller?
For example, comparing to a Quarkus CLI alternative, it's 20 MB bigger.
Now, on a more realistic example, let's take these Gradle dependencies:
I generated a native executable for MacOS Apple Silicon Mac with Micronaut Framework 4 and the following build (probably the smallest build config possible):
Issue description
Hi everyone!
Taking the Micronaut Picocli example code and compiling it to native - on Windows - outputs a binary file of 50 MB.
Are there tricks to make it smaller?
For example, comparing to a Quarkus CLI alternative, it's 20 MB bigger.
Now, on a more realistic example, let's take these Gradle dependencies:
The above will output a 44 MB executable.
The text was updated successfully, but these errors were encountered: