Details
Description
Commit c7fc1377b introduced a bug that prevented any incremental recompilation. By defining the BUILD_TIME in MESOS_CPPFLAGS, every build was seen as having a root dependency (the flags) changed, causing a rebuild of every single file (including dependencies).