Configuration

Build Modes

Last updated Jun 23, 2026

Pyvorin offers several build modes that trade compatibility against optimization.

ModeDescriptionBest for
safeMaximum compatibility; more fallbacks, fewer optimizations.Correctness-critical code and first deployment.
balancedDefault. Moderate optimization with clear fallback reporting.Most applications.
performanceAggressive optimization; smaller binary, faster runtime.CPU-bound workloads that compile cleanly.
edgeTargets the Pyvorin Edge runtime and SDK.Edge deployments through the separate Edge SDK.

Start with balanced or safe, then move to performance after you have validated correctness.