我不想使用 scons --n,我想看看某些东西是如何构建的,而不是现在如何构建。
我认为它可以以某种方式使用 .sconsdblite 。
有人做过吗?
SCons 手册页解释了--tree
可用于显示目标的依赖关系信息的命令行选项。
最基本的使用方法如下:
# scons --tree=all
根据您的情况,其中解释了几种不同的树选项。
此外,还有几个--debug
选项可用。
这可能有助于您在评论中提到的内容:--debug=explain
Print an explanation of precisely why scons is deciding to (re-)build
any targets. (Note: this does not print anything for targets that are
not rebuilt.)