使用make时,我可以指定'make -B'强制重建。
但是,如何用scons指定它来强制重建“全部”或强制重建特定的文件夹?
谢谢。
最佳答案
尝试这个:
scons --clean [targets]
scons --no-cache [targets]
引用:http://scons.tigris.org/issues/show_bug.cgi?id=438
使用make时,我可以指定'make -B'强制重建。
但是,如何用scons指定它来强制重建“全部”或强制重建特定的文件夹?
谢谢。
最佳答案
尝试这个:
scons --clean [targets]
scons --no-cache [targets]