Package io.quarkus.deployment.pkg
Interface NativeConfig.Pgo
- Enclosing interface:
NativeConfig
public static interface NativeConfig.Pgo
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Enable Profile-Guided Optimization for native images.
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()Enable Profile-Guided Optimization for native images.Requires Oracle GraalVM. When enabled, the native build produces an instrumented binary. Running
@QuarkusIntegrationTestgenerates a.iprofprofile, and a post-integration-test Maven goal rebuilds with that profile to produce an optimized native binary.
-