Ninja and KDevelop

Artur Bać artur at ebasoft.com.pl
Sat Aug 18 20:20:09 UTC 2012


W dniu 2012-08-18 20:40, Andreas Pakulat pisze:
>   clean built is compared to make?
> I'm not sure right now wether ninja is
> better at parallelizing builds than make and I can't find info on that
> quickly, but if it is that would obviously improve the non "no-op"
> builds on multi-core systems.
mingw32-make actualy dosn't work right with -j option, it has bugs 
causing desynchronization of building with -j option.
Much better is jom (works ok with -G MinGW-Makefile
>
> In addition ninja support in CMake is still
> disabled on Windows and MacOSX since the generator does not properly
> support those platforms yet. Again see the cmake or cmake-developers
> list archive for details.
C:\Projects\ninja>cmake --help
cmake version 2.8.9
Usage
[...]
   Ninja                       = Generates build.ninja files (experimental).
[..]
   CodeBlocks - Ninja          = Generates CodeBlocks project files.
[..]
   Eclipse CDT4 - Ninja        = Generates Eclipse CDT 4.0 project files.
[..]

Artur





More information about the KDevelop-devel mailing list