Skip to content
Snippets Groups Projects
Commit 14cd0a2f authored by Moe Jette's avatar Moe Jette
Browse files

Log value of "shared" option.

parent b3934ba4
No related branches found
No related tags found
No related merge requests found
......@@ -2619,6 +2619,8 @@ static void _opt_list()
info("dependency : none");
else
info("dependency : %u", opt.dependency);
if (opt.shared != (uint16_t) NO_VAL)
info("shared : %u", opt.shared);
str = print_constraints();
info("constraints : %s", str);
xfree(str);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment