mirror of
https://github.com/rui314/mold.git
synced 2024-11-11 16:58:12 +03:00
Ignore -rpath-link
This commit is contained in:
parent
93e226589f
commit
0f0b89cec3
@ -354,6 +354,7 @@ Config parse_nonpositional_args(std::span<std::string_view> args,
|
|||||||
} else if (read_flag(args, ")")) {
|
} else if (read_flag(args, ")")) {
|
||||||
} else if (read_flag(args, "fatal-warnings")) {
|
} else if (read_flag(args, "fatal-warnings")) {
|
||||||
} else if (read_flag(args, "disable-new-dtags")) {
|
} else if (read_flag(args, "disable-new-dtags")) {
|
||||||
|
} else if (read_flag(args, "rpath-link")) {
|
||||||
} else if (read_flag(args, "as-needed")) {
|
} else if (read_flag(args, "as-needed")) {
|
||||||
remaining.push_back("-as-needed");
|
remaining.push_back("-as-needed");
|
||||||
} else if (read_flag(args, "no-as-needed")) {
|
} else if (read_flag(args, "no-as-needed")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user