使用make时,我可以指定’make -B’来强制重建.
但是如何用scons指定它,强制重建’all’或强制重建特定文件夹?
谢谢.
解决方法
试试这个:
scons --clean [targets] scons --no-cache [targets]
参考:http://scons.tigris.org/issues/show_bug.cgi?id=438
使用make时,我可以指定’make -B’来强制重建.
但是如何用scons指定它,强制重建’all’或强制重建特定文件夹?
谢谢.
试试这个:
scons --clean [targets] scons --no-cache [targets]
参考:http://scons.tigris.org/issues/show_bug.cgi?id=438