Default to --allow-shlib-undefined for now.
This commit is contained in:
parent
601e4987b8
commit
1ce71f59c7
3 changed files with 7 additions and 3 deletions
|
@ -483,7 +483,7 @@ General_options::General_options()
|
|||
output_file_name_("a.out"),
|
||||
is_relocatable_(false),
|
||||
strip_(STRIP_NONE),
|
||||
allow_shlib_undefined_(false),
|
||||
allow_shlib_undefined_(true),
|
||||
symbolic_(false),
|
||||
detect_odr_violations_(false),
|
||||
create_eh_frame_hdr_(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue