We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02e75be + e9c070a commit c9812cfCopy full SHA for c9812cf
src/cmdline.cc
@@ -1333,6 +1333,7 @@ std::vector<std::string> parse_nonpositional_args(Context<E> &ctx) {
1333
} else if (read_z_arg("common-page-size")) {
1334
} else if (read_flag("no-keep-memory")) {
1335
} else if (read_arg("max-cache-size")) {
1336
+ } else if (read_flag("no-mmap-output-file")) {
1337
} else if (read_arg("version-script")) {
1338
version_scripts.push_back(arg);
1339
} else if (read_arg("dynamic-list")) {
0 commit comments