Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build-time flag to exclude Icu4j #864

Open
aeriksson opened this issue Oct 28, 2024 · 0 comments
Open

Build-time flag to exclude Icu4j #864

aeriksson opened this issue Oct 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@aeriksson
Copy link

When compiling JVM polyglot projects that include GraalJS using native-image, a somewhat large chunk (~8MB) of the resulting binary comes from Icu4j.

This mostly consists of locale-specific data, and is mostly/exclusively used for the JS Intl. API. Since support for this API can be disabled, it'd be great if there was a corresponding flag to exclude Icu4j from the build.

@woess woess added the enhancement New feature or request label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants