4 lines
143 B
Rust
4 lines
143 B
Rust
|
//! CLI flags used across the Lighthouse code base can be located here.
|
||
|
|
||
|
pub const DISABLE_MALLOC_TUNING_FLAG: &str = "disable-malloc-tuning";
|