bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

回复:Generating prerequisites automatically - for C++20 modules


From: ljhm
Subject: 回复:Generating prerequisites automatically - for C++20 modules
Date: Wed, 17 Aug 2022 00:32:08 +0800

sorry, just realized that this needs support from the compiler. 




Jack
ljh.cpp@qq.com


---原始邮件---

发件人:ljh"

发送时间:"8/16/2022, 11:02:48 PM"

收件人:"bug-make"

主题:Generating prerequisites automatically - for C++20 modules


Hello list,

Can make provide an option to support C++20 modules, similar to the -MMD -MP option for generating .d files for header files inclusion. So we don't have to list the dependencies manually

  main.o: x.o y.o z.o
  x.o: y.o z.o
  
Thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]