Incremental rust build

This commit is contained in:
Jeremy Soller 2018-04-26 20:33:59 -06:00
parent 7ec6d09992
commit e0f9a624ab

View File

@ -78,7 +78,7 @@ function recipe_build {
make install
popd
python x.py build --config ../config.toml --jobs $(nproc)
python x.py dist --config ../config.toml --jobs $(nproc) --incremental
skip=1
}