fgerlits commented on pull request #1171:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1171#issuecomment-918963581


   I have tried building this, and on my computer (Intel i7-8850H CPU @ 
2.60GHz, 6 cores x2 hyperthreading), the new code takes longer to compile.  I 
have no idea why.
   
   This is what I did:
   - check out the code
   - remove the build directory, create a new build directory, `cd build`
   - `cmake -DSTRICT_GSL_CHECKS=AUDIT -DCMAKE_BUILD_TYPE=Debug .. && make -j12`
   - `time make -j12 clean all`
   - `ccache -C; time make -j12 clean all`
   
   On the main branch, the second (cached) build took 3:42, the third 
(uncached) one 10:45.
   On the PR branch, the same numbers were 4:04 and 10:48.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to