-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
theme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: enhancementA general enhancementA general enhancement
Milestone
Description
Warning: Using a deprecated option --install-exit-handlers from 'META-INF/native-image/unspecified/gradle-8520230694867008331/native-image.properties' in 'file:///workspace/'. --install-exit-handlers is enabled by default for executables and it can likely be removed. To use this option for the shared libraries, please use -H:+InstallExitHandlers.
I think it is caused by ContextAotProcessor
:
Line 141 in 969517b
args.add("--install-exit-handlers"); |
Metadata
Metadata
Assignees
Labels
theme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: enhancementA general enhancementA general enhancement