If desired we can put `INCREMENTAL` under a CMake ...
# windows
s
If desired we can put
INCREMENTAL
under a CMake option for the project, but
/MP
varies a lot depending on the target being built and the amount of targets/projects that are building at the same time.
m
@Stefano Bonicatti should i create an issue for this ?
s
Or a PR if you prefer 🙂. The change itself is pretty easy: https://github.com/osquery/osquery/blob/59500018df6d23e6c00e1def8d4aa34fc92a9d3d/cmake/flags.cmake#L277 need to append that or its opposite depending on some option defined in cmake/options.cmake. Something like OSQUERY_ENABLE_INCREMENTAL_LINKING (default OFF). I'll make one otherwise in 4-5 hours.