Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make libm optional in a std environment #499

Closed

Conversation

bantonsson
Copy link
Contributor

When adding proptest as a dev-dependency it will add libm transitively no matter what, and this has noticeable effect on our criterion benchmarks.

This happens even if you add proptest like this:

proptest = {version = "1.5", features = ["std"], default-features = false}

@matthew-russo matthew-russo deleted the branch proptest-rs:master September 22, 2024 17:16
@matthew-russo
Copy link
Member

This got closed when i switched branch from master to main. I'll re-open against the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants