mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Default to --allow-shlib-undefined for now.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user