Cargo Features
[dependencies]
ssimulacra2-cuda = { version = "0.1.0", default-features = false, features = ["static"] }
- default = static
-
The
static
feature is set by default wheneverssimulacra2-cuda
is added without
somewhere in the dependency tree.default-features = false - static default
-
Static linking against cuda libraries
Enables static of cudarse-driver and cudarse-npp