|
|
|
|
|
by w0utert
2562 days ago
|
|
I think there’s a lot of exaggeration in the comments about SCONS being slow. We use it for a 300K LOC codebase, and while it is not as fast as cmake, it’s still perfectly serviceable. To be honest, for me the flexibility to do non-trivial customization of the build directly using Python code is well worth the somewhat slower performance. I always wonder what kind of build process people use if the overhead of the build system outweighs the compile time itself. |
|
Of course if you only ever build from scratch, on one core, compile time will dominate, and you will wonder what the fuss is about.