-
Notifications
You must be signed in to change notification settings - Fork 0
API Host OptimizeOptions
Liu.Yandong.Hanks edited this page Aug 21, 2026
·
3 revisions
Controls debug-friendly or optimized code generation.
Namespace: AuroraScript. Kind: enum.
Back to .NET Host API Reference
Controls debug-friendly or optimized code generation.
Disables inlining and JIT optimization; with Persistence it supports full debugging symbols.
var value = OptimizeOptions.Debug;Enables inlining and JIT optimization for higher runtime performance.
var value = OptimizeOptions.Release;AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License