diff --git a/elf/cmdline.cc b/elf/cmdline.cc index e58d8727ec..a0502a8ad2 100644 --- a/elf/cmdline.cc +++ b/elf/cmdline.cc @@ -1214,6 +1214,7 @@ std::vector parse_nonpositional_args(Context &ctx) { } else if (read_flag("warn-constructors")) { } else if (read_flag("warn-execstack")) { } else if (read_flag("no-warn-execstack")) { + } else if (read_flag("long-plt")) { } else if (read_flag("secure-plt")) { } else if (read_arg("rpath-link")) { } else if (read_z_flag("combreloc")) {