Skip to content

If libraries are identical, skip checking

Seppo Yli-Olli requested to merge nanonyme/abi-optimize into master

Currently ABI checker is going through all files with ignores. This is reasonably slow. Since we're typically reproducible and ABI cannot change unless there's a binary change, we can do full-file contents check to skip ABI check completely which is a lot faster.

Merge request reports