Cargo Features

[dependencies]
triton-vm = { version = "0.42.0-alpha.4", default-features = false, features = ["no_profile"] }
default = no_profile

The no_profile feature is set by default whenever triton-vm is added without default-features = false somewhere in the dependency tree.

no_profile default

see profiler.rs for an explanation of this seemingly backwards feature