mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
re-enable surgical linker for cli_run tests
This commit is contained in:
parent
0aa590dfe7
commit
efd2611911
@ -298,8 +298,7 @@ mod cli_run {
|
||||
}
|
||||
|
||||
// workaround for surgical linker issue, see PR #3990
|
||||
// TODO temp for debugging: set back to empty vec
|
||||
let mut custom_flags: Vec<&str> = vec![LINKER_FLAG, "legacy"];
|
||||
let mut custom_flags: Vec<&str> = vec![];
|
||||
|
||||
match executable_filename {
|
||||
"form" | "hello-gui" | "breakout" | "ruby" => {
|
||||
|
Loading…
Reference in New Issue
Block a user