sbt-native-image icon indicating copy to clipboard operation
sbt-native-image copied to clipboard

FeatureRequest: support for setting up Experimental Agent Options

Open jtjeferreira opened this issue 2 years ago • 0 comments

I would like to use the features described in here like agent-extracted-predefined-classes or experimental-omit-config-from-classpath, but I don't think there is any way to set them because the agentOptions is created like this:

val agentOption = s"-agentlib:native-image-agent=$agentConfig=${nativeImageAgentOutputDir.value}"`

jtjeferreira avatar Feb 06 '23 15:02 jtjeferreira