KIT-ISAS/lili-om

Long build times for BackendFusion target

mbcel opened this issue · 2 comments

mbcel commented

I want to try out some minor changes in the BackendFusion.cpp file. However for every change the incremental build/compile time takes more than 1 minute on my i5 9300HF cpu. I am wondering if you also experience these long build times or if you set some cmake flags during development to overcome this very long build time?

I also tried out the ninja generator instead of make with minor successes which reduced the compile time from 1 min 30 secs to still around 1 min 15 secs

It's quite typical time duration for building such systems.

mbcel commented

Okay, thank you. This is also the case on your side for incremental builds? I mean not the build-time for the first initial build but for the build that is necessary after a small change in BackendFusion.cpp? This "incremental" build takes +1 min for me.