cargo-mutants icon indicating copy to clipboard operation
cargo-mutants copied to clipboard

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

Open sourcefrog opened this issue 1 year ago • 0 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.)

sourcefrog avatar Apr 15 '24 18:04 sourcefrog