История изменений
Исправление X512, (текущая версия) :
И какова скорость сборки в сравнении с CMake+Ninja?
Тут получается SCons медленнее всех, включая Autotools.
Вот ещё для случая с Chromium:
When we first started porting Chrome away from just Windows, we intended to use Scons to build Chrome on all our platforms. But early on in development I discovered that Scons, despite its admirable goals of correctness and ease of use, was quite slow — it could take 40 seconds from starting Scons before it decided to build some source. I don’t necessarily fault Scons; Chrome builds as one single enormous executable with something like 30,000 inputs (including the entirety of WebKit) to the build system.
https://neugierig.org/software/chromium/notes/2011/02/ninja.html
Исходная версия X512, :
И какова скорость сборки в сравнении с CMake+Ninja?
Тут получается SCons медленнее всех, включая Autotools.