Skip to content

Commit b0b0d81

Browse files
committed
sys: enable parallel builds
This causes the C compiler to build in parallel. Kudos to @joshtriplett for the tip!
1 parent 61687cd commit b0b0d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcre2-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ edition = "2018"
1616
libc = "0.2"
1717

1818
[build-dependencies]
19-
cc = "1"
19+
cc = { version = "1", features = ["parallel"] }
2020
pkg-config = "0.3.13"

0 commit comments

Comments
 (0)