mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +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",
|
"#UserApp_main_1",
|
||||||
];
|
];
|
||||||
|
|
||||||
// For some reason, this makes linking ~3x slower
|
|
||||||
if matches!(test_type, TestType::Refcount) {
|
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"]);
|
args.extend_from_slice(&["--export", "init_refcount_test"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue