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

Try using a build profile that is quick but has no debug symbols #338

Open
sourcefrog opened this issue Apr 15, 2024 · 0 comments
Open

Try using a build profile that is quick but has no debug symbols #338

sourcefrog opened this issue Apr 15, 2024 · 0 comments
Labels
performance Making cargo mutants faster

Comments

@sourcefrog
Copy link
Owner

I think the default build profile used by cargo test has minimal optimizations but does have debug symbols. The debug symbols are unlikely to be very useful in mutant test cases, and might slow the build. Is there an easy way to turn them off?

(We might have to document how to create a special profile, or have an option to use it.)

@sourcefrog sourcefrog added the performance Making cargo mutants faster label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Making cargo mutants faster
Projects
None yet
Development

No branches or pull requests

1 participant