get rid of linker Rc cycle, and add debug info to test programs

This commit is contained in:
Pat Hickey
2020-12-14 17:15:03 -08:00
parent 7ec9aac39f
commit c16e731455
2 changed files with 7 additions and 7 deletions

View File

@@ -44,6 +44,7 @@ mod wasi_tests {
fn build_tests(testsuite: &str, out_dir: &Path) -> io::Result<()> {
let mut cmd = Command::new("cargo");
cmd.env("CARGO_PROFILE_RELEASE_DEBUG", "1");
cmd.args(&[
"build",
"--release",