Looks like boost dependency mixes up it's compiler and linker argument order when it is removing duplicates (?) from those. This causes unnecessary recompilations of everything depending on those components. Use OrderedSet to remove the duplicates while also maintaining consistent order for them.pull/10174/head
parent
cc880d3ad5
commit
ceb6e26ff1
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue