Skip to content

Commit

Permalink
Doc for parameter quarkus.native.add-all-charsets
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 authored and holly-cummins committed Jul 31, 2024
1 parent ba01d16 commit 9af53e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public interface NativeConfig {
String fileEncoding();

/**
* If all character sets should be added to the native image. This increases image size
* If all character sets should be added to the native image (Different from GraalVM option : -H:+AddAllCharsets; this flag enables quarkus extensions to do some specific work). This increases image size
*/
@WithDefault("false")
boolean addAllCharsets();
Expand Down

0 comments on commit 9af53e6

Please sign in to comment.