edit comment

This commit is contained in:
Brian Carroll 2021-12-31 15:33:00 +00:00
parent 4a6b79b686
commit 6fabeb345b

View file

@ -201,8 +201,8 @@ fn run_linker(
"#UserApp_main_1",
];
// For some reason, this makes linking ~3x slower
if matches!(test_type, TestType::Refcount) {
// If we always export this, tests run ~2.5x slower! Not sure why.
args.extend_from_slice(&["--export", "init_refcount_test"]);
}