Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QMake 在以下情况下重新链接目标是否正常:
qmake make <- build = compile + link make <- relink make <- relink ... make <- relink
注意:我不会在这些连续make调用之间更改源代码。
make
注意:它不会从头开始重建它们,而是重新链接。
那么它是如何重新链接可执行文件、共享库和静态库的呢?对我来说它看起来像一个错误。