avoid linking main program in linker tests
it's possible that the user has provided a compiler that does not have any libc to link to, so linking a main program is a bad idea. instead, generate an empty shared library with no dependencies.
Showing
想要评论请 注册 或 登录