signalapp / boring

BoringSSL bindings for the Rust programming language.
13 stars 14 forks source link

boring-sys: Save time by not building the bssl CLI utility #3

Closed jrose-signal closed 2 years ago

jrose-signal commented 2 years ago

We only need libcrypto and libssl. On my machine, this saves about 20s when building just boring-sys (clean --release build time of 60s instead of 80s).