You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the build.rs of oqs-sys is configured so that oqs is recompiled every timecargo build is executed. This really takes the fun away from cargo watch etc., as it blows the time of a cargo build with an already filled target/ to 20 seconds+.
Currently, the
build.rs
ofoqs-sys
is configured so that oqs is recompiled every timecargo build
is executed. This really takes the fun away fromcargo watch
etc., as it blows the time of acargo build
with an already filledtarget/
to 20 seconds+.https://doc.rust-lang.org/cargo/reference/build-scripts.html#change-detection provides some guidance on how to refine the behavior in this regard.
The text was updated successfully, but these errors were encountered: