mirror of
https://github.com/rui314/mold.git
synced 2024-12-27 10:23:41 +03:00
wip
This commit is contained in:
parent
240b3d316b
commit
42056c2197
@ -279,6 +279,7 @@ void parse_nonpositional_args(std::span<std::string_view> args,
|
||||
config.print_perf = true;
|
||||
} else if (read_flag(args, "print-stats")) {
|
||||
config.print_stats = true;
|
||||
Counter::enabled = true;
|
||||
} else if (read_z_flag(args, "now")) {
|
||||
config.z_now = true;
|
||||
} else if (read_z_flag(args, "execstack")) {
|
||||
|
Loading…
Reference in New Issue
Block a user