Cargo Features
CC has no features set by default.
[dependencies]
cc = { version = "1.2.5", features = ["parallel", "jobserver"] }
-
parallel
-
Enables
jobserver and
libc
-
jobserver
-
This is a placeholder feature for people who incorrectly used cc
with features = ["jobserver"]
so that they aren't broken. This has never enabled parallel
, so we won't do that.