提交 6398d8fd 编写于 作者: J Janne Grunau

configure: clang: add -Qunused-arguments to as|ld_flags as well

上级 b141c7b3
......@@ -4208,6 +4208,18 @@ elif enabled_any msvc icl; then
fi
fi
case $as_type in
clang)
add_asflags -Qunused-arguments
;;
esac
case $ld_type in
clang)
check_ldflags -Qunused-arguments
;;
esac
case $target_os in
osf1)
enabled ccc && add_ldflags '-Wl,-expect_unresolved,*'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册