1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 02:20:51 +03:00
This commit is contained in:
Rui Ueyama 2021-03-15 19:23:08 +09:00
parent 118ad250f8
commit 5159f97c08

View File

@ -378,6 +378,7 @@ void parse_nonpositional_args(std::span<std::string_view> args,
} else if (read_flag(args, "O0")) {
} else if (read_flag(args, "O1")) {
} else if (read_flag(args, "O2")) {
} else if (read_flag(args, "color-diagnostics")) {
} else if (read_arg(args, arg, "m")) {
} else if (read_flag(args, "eh-frame-hdr")) {
} else if (read_flag(args, "start-group")) {