Cargo Features
[dependencies]
ptx-linker = { version = "0.9.1", default-features = false, features = ["llvm-proxy"] }
- default = llvm-proxy
-
The
llvm-proxy
feature is set by default wheneverptx-linker
is added without
somewhere in the dependency tree.default-features = false - llvm-proxy default = rustc-llvm-proxy
-
Enables disable-alltargets-init and no-llvm-linking of llvm-sys ^80
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.