v86/src/rust/config.rs
2021-04-03 21:10:49 -05:00

5 lines
132 B
Rust

pub const LOG_PAGE_FAULTS: bool = false;
pub const FORCE_DISABLE_JIT: bool = false;
pub const VMWARE_HYPERVISOR_PORT: bool = true;