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

Create custom debug & release profiles for the crate #135

Open
CPerezz opened this issue Aug 7, 2024 · 0 comments
Open

Create custom debug & release profiles for the crate #135

CPerezz opened this issue Aug 7, 2024 · 0 comments
Assignees

Comments

@CPerezz
Copy link
Member

CPerezz commented Aug 7, 2024

By customizing the debug and release profiles we can get ridd of a ton of #cfg[(test)] flags as we can make debug_assert be triggered inside of debug profile while in reality we compile with release settings (for performance such that tests don't take forever).

This should make much easier writting assertions and checks which will be restricted to testing runs only (as testing will be done with debug profile now).

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

1 participant