Makefile updated library dependency

前端 未结 3 1515
太阳男子
太阳男子 2021-01-22 05:03

I have a large makefile which builds several libraries, installs them, and then keeps on building objects which link against those installed libraries. My trouble is that I wan

3条回答
  •  执念已碎
    2021-01-22 05:30

    You might try the gcc dependency generation arguments like -MD, it's not clear to me if you are using them.

提交回复
热议问题