使用 make 时,我可以指定
make -B
但是如何用 scons 指定它,强制重建
all
试试这个:
scons --clean [targets] scons --no-cache [targets]
--clean
--no-cahce
参考:
scons --help