sourcefrog / cargo-mutants

:zombie: Inject bugs and see if your tests catch them!

Home Page:https://mutants.rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sourcefrog opened this issue · comments

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.)