1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 02:20:51 +03:00

Ignore -gdb-index for now

This commit is contained in:
Rui Ueyama 2021-03-27 16:47:52 +09:00
parent bb315af2aa
commit 2d8e896006

View File

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