commit | 8f16ecd896efb5ed7d5ed50b8b30966d4e207277 | [log] [tgz] |
---|---|---|
author | Evan Shaw <evan@vendhq.com> | Sun Feb 07 21:55:33 2021 +1300 |
committer | Evan Shaw <evan@vendhq.com> | Sun Feb 07 21:55:33 2021 +1300 |
tree | 628a1e97e36236bbf6ed43effb7514cd24b9b4eb | |
parent | aa153ee92cc185c05dd6a42f680229b9a8bfe005 [diff] |
Re-export cc's parallel feature for cxx-build This allows building in parallel when the feature is enabled.
diff --git a/gen/build/Cargo.toml b/gen/build/Cargo.toml index 36c7a31..98929db 100644 --- a/gen/build/Cargo.toml +++ b/gen/build/Cargo.toml
@@ -11,6 +11,9 @@ keywords = ["ffi"] categories = ["development-tools::ffi"] +[features] +parallel = ["cc/parallel"] + [dependencies] cc = "1.0.49" codespan-reporting = "0.11"