mirror of
https://github.com/rui314/mold.git
synced 2024-12-27 10:23:41 +03:00
wip
This commit is contained in:
parent
3b7860d375
commit
46ee41554f
@ -427,4 +427,7 @@ void parse_nonpositional_args(std::span<std::string_view> args,
|
||||
|
||||
if (config.pic)
|
||||
config.image_base = 0;
|
||||
|
||||
if (config.output == "")
|
||||
Fatal() << "-o option is missing";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user