any tips on how to speed up osquery source builds ...
# core
c
any tips on how to speed up osquery source builds (Windows CMake)? specifically, now that the AWS SDK is built from source (and as more things are added to the source layer), build times have increased pretty significantly. Using
-j
doesn’t really help because it looks like the AWS SDK is pinned to a single job. The rest of the code appears to be building in parallel just fine - although that could be because the cmake libs for those jobs are significally smaller