CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/05/29 14:39:12
Modified files:
archivers/zstd : Makefile
Log message:
naddy@ found that with the update to 1.4.5, the build time of
archivers/zstd has tripled. This is caused by zstd building everything
in examples and contrib, which we do not package. Setting ALL_TARGET
fixes this. Build time, on my x230, dropped from 20m41.61s to 5m47.06s.
No REVISION bump required.
OK naddy@
