Skip to content

Commit

Permalink
Reword things a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 16, 2024
1 parent ae1b28d commit 2e86d36
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,12 @@ public interface NativeConfig {
String fileEncoding();

/**
* 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
* If all character sets should be added to the native executable.
* <p>
* Note that some extensions (e.g. the Oracle JDBC driver) also take this setting into account to enable support for all
* charsets at the extension level.
* <p>
* This increases image size.
*/
@WithDefault("false")
boolean addAllCharsets();
Expand Down

0 comments on commit 2e86d36

Please sign in to comment.