mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
edit comment
This commit is contained in:
parent
4a6b79b686
commit
6fabeb345b
1 changed files with 1 additions and 1 deletions
|
@ -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"]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue