get rid of linker Rc cycle, and add debug info to test programs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user