摘要:
GCC/G++选项 -Wl,-Bstatic和-Wl,-Bdynamic 参考 https://gcc.gnu.org/onlinedocs/gcc/Link-Options.html gcc使用-Wl传递连接器参数,ld使用-Bdynamic强制连接动态库,-Bstatic强制连接静态库。所以部分 阅读全文
摘要:
mingw compile libuv http://docs.libuv.org/en/v1.x/https://libuv-docs-chinese.readthedocs.io/zh/latest/https://luohaha.github.io/Chinese-uvbook/source/ 阅读全文