Replies: 1 comment 6 replies
-
Looks like we have some rather big chunks of code which need to be compiled sequentially. Are there any straightforward candidates which could be split in several files or separated as submodules to make compilation faster? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If anyone would like to experiment with using CMake to build fpm, I created a version at my branch here: https://github.com/ivan-pi/fpm/tree/cmake
The dependencies have to be cloned manually with the commands:
Afterward you can build as usual:
I was using CMake + Ninja + ninjatracing to investigate build dependencies using the Perfetto trace viewer. The trace shown below includes the dependencies.
Beta Was this translation helpful? Give feedback.
All reactions