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

Suggest adding -C debug-assertions when executing loom tests with --release? #361

Open
wyfo opened this issue Jul 13, 2024 · 1 comment
Open

Comments

@wyfo
Copy link

wyfo commented Jul 13, 2024

Current documentation suggests executing loom tests with --release, but it has the side effect of disabling debug assertions (and standard library ones since 1.78), which can be quite unexpected when running tests.

Should the documentation also suggest adding -C debug-assertions?

@mox692
Copy link
Member

mox692 commented Jul 14, 2024

Should the documentation also suggest adding -C debug-assertions?

That makes sense to me.

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

No branches or pull requests

2 participants