Cargo Features
[dependencies]
cretonne-simplejit = { version = "0.13.2", default-features = false, features = ["std", "core"] }
- default = std
-
The
std
feature is set by default whenevercretonne-simplejit
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of target-lexicon ^0.0.3, std of cretonne-codegen, cretonne-module, and cretonne-native and use_std of libc
libc:
use_std is deprecated, use
std
instead - core
-
Enables core of cretonne-codegen, cretonne-module, and cretonne-native
cretonne-native:
when compiling with the "core" feature, nightly must be enabled enabling the "nightly" feature for raw-cpuid allows avoiding linking in a c-library.
cretonne-simplejit has 3 features without comments.