ching?).
Yes, ninja needs to read a lot of files to check dependencies.
Nils
On 09/24/2012 10:42 AM, Peter Kümmel wrote:
On 23.09.2012 15:04, Wouter van Kleunen wrote:
I had the following idea to speed up the building even more, if a
tool
can be build in ninja to list all files that ne
files to check dependencies.
Nils
On 09/24/2012 10:42 AM, Peter Kümmel wrote:
On 23.09.2012 15:04, Wouter van Kleunen wrote:
I had the following idea to speed up the building even more, if a tool
can be build in ninja to list all files that need to be stat when
building a project. These file
x27;t have to stat any file.
5. Ninja builds
Is this feasible ?
Op 22-9-2012 8:30, Loaden schreef:
Works well under Ubuntu 12.04 + Ninja 1.0.
Thanks a lot!
2012/9/20 Peter Kümmel mailto:syntheti...@gmx.net>>
On 19.09.2012 08:08, Wouter van Kleunen wrote:
Peter,
i had
Peter,
yes I figured it would be something like that, compilations per seconds.
But did the ninja developers remove this option ?
I tried the ninja version you uploaded to github and this also works fine.
Wouter
> On 19.09.2012 09:48, Wouter van Kleunen wrote:
>>
>> Peter
t; is remember by creator, and it violates the principle
> "don't touch the the source". I told them, but they don't care.
>
> Peter
>
>
>
> On 19.09.2012 08:08, Wouter van Kleunen wrote:
>>
>> Peter,
>>
>> i had 2.8.9-pre3 before, i upgr
.
Wouter
Op 18-9-2012 22:50, Peter Kümmel schreef:
Hi Wouter,
you need the latest cmake version, 2.8.9.
Under Tools/Options/Build&Run/CMake
the ninja binary could be set, or have it PATH.
Peter
On 18.09.2012 22:29, Wouter van Kleunen wrote:
So how do you make it to use ninja ? Shou
I use the following rule to generate a precompiled header:
# Macro for creating precompiled headers
macro(add_precompiled_header HEADERFILE TRIGGERFILE SOURCESVAR)
set_source_files_properties(${${SOURCESVAR}}
PROPERTIES
COMPILE_FLAGS "/Yu${HEADERFILE}
/Fp${CMAKE_CURRENT_BINARY_DIR}/precompile