[Cs-dev] Ninja build system
Date | 2012-11-01 12:18 |
From | Steven Yi |
Subject | [Cs-dev] Ninja build system |
Attachments | None None |
Hi All, I just came across the Ninja build system: It is being used to build chrome and is designed to do builds as quickly as possible, at the expense of not very easy to read build files. The thing is that it is supported as a generator for CMake, so you can do "cmake ../csound6 -G Ninja" then run "ninja".
I did a test build just now and it did feel quite fast. Checking to do a rebuild was also very quick. Note: Ninja also defaults to building with -j6. I was pretty impressed with it and thought it worth mentioning.
Thanks! steven |
Date | 2012-11-01 12:20 |
From | Adam Puckett |
Subject | Re: [Cs-dev] Ninja build system |
Impressive! On 11/1/12, Steven Yi |