岚天逸见

2015年11月12日 #

gcc链接参数--whole-archive的作用

摘要: // a.hextern void foo(); // a.cpp#include void foo(){ printf("foo\n");} // x.cpp#include "a.h" int main(){ foo(); re... 阅读全文

posted @ 2015-11-12 15:54 岚天逸见 阅读(2004) 评论(0) 推荐(0)

导航