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

checks for static lib #1278

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

jperedadnr
Copy link
Contributor

After #1273, add some fixes for staticlib(), and remove unneeded argument.

@@ -81,7 +81,6 @@ public abstract class AbstractTargetConfiguration implements TargetConfiguration

private static final List<String> baseNativeImageArguments = Arrays.asList(
"-Djdk.internal.lambda.eagerlyInitialize=false",
"-Ddebug.jdk.graal.jvmciConfigCheck=warn",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be defined somewhere else then? (globally?)

Copy link
Contributor Author

@jperedadnr jperedadnr Sep 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We didn't have this before, and it is not needed now once gluonhq/graal#20 gets merged

@jperedadnr jperedadnr merged commit c3bf470 into gluonhq:master Sep 9, 2024
2 checks passed
@jperedadnr jperedadnr deleted the 1241-staticlib branch September 9, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants