cargo-mutants
cargo-mutants copied to clipboard
Try using a build profile that is quick but has no debug symbols
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.)