mirror of
https://github.com/rui314/mold.git
synced 2024-11-11 05:46:58 +03:00
Ignore -gdb-index for now
This commit is contained in:
parent
bb315af2aa
commit
2d8e896006
@ -411,6 +411,7 @@ void parse_nonpositional_args(std::span<std::string_view> args,
|
||||
} else if (read_arg(args, arg, "plugin")) {
|
||||
} else if (read_arg(args, arg, "plugin-opt")) {
|
||||
} else if (read_flag(args, "color-diagnostics")) {
|
||||
} else if (read_flag(args, "gdb-index")) {
|
||||
} else if (read_arg(args, arg, "m")) {
|
||||
} else if (read_flag(args, "eh-frame-hdr")) {
|
||||
} else if (read_flag(args, "start-group")) {
|
||||
|
Loading…
Reference in New Issue
Block a user