Cargo Features
[dependencies]
triton-vm = { version = "0.43.0", default-features = false, features = ["no_profile"] }
- default = no_profile
-
The
no_profile
feature is set by default whenevertriton-vm
is added without
somewhere in the dependency tree.default-features = false - no_profile default
-
see
profiler.rs
for an explanation of this seemingly backwards feature