Just checked the size that we are getting, it's 20 Mb for all Makefile and *.make combined, and 84 mb build.ninja
From: Nils Gladitz [mailto:[email protected]] Sent: Monday, April 4, 2016 18:57 To: Dmitry Ivanov <[email protected]>; [email protected] Subject: Re: [cmake-developers] ninja/make compilation response file On 04.04.2016 18:38, Nils Gladitz wrote: On 04.04.2016 17:59, Dmitry Ivanov wrote: PS. Can we do something about bloated cmake ninja generator ? in our case cmake generates 1.8 Mb Makefile and 84 Mb build.ninja, though ninja is still faster than make even in this case. Curious. Did you count the accumulative size of all Makefile and Makefile2 files (also in sub-directories)? For a project of mine the ninja files are only half in size of what is generated for the Makefile generator (CMake 3.5.1). Oh and the Makefile generator also uses build.make files which actually seem to be where most of the size goes. Nils
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
