Skip to content

chore: avoid unnecessary rebuilds

Yaroslav Dynnikov requested to merge avoid-rebuilds into master

Before the patch, touching any file (e.g. README.md) caused a 5 second binary linking on rebuild. This tiny change makes it ignore irrelevant code changes.

Merge request reports