re-enable surgical linker for cli_run tests

This commit is contained in:
Anton-4 2022-09-30 19:35:11 +02:00
parent 0aa590dfe7
commit efd2611911
No known key found for this signature in database
GPG Key ID: A13F4A6E21141925

View File

@ -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" => {