Skip to content

Fix StrippingCache

Michael Thomas Alexander requested to merge malexand-fix-strippingcache into master

The removal of AALLSAMEBPV default constructor broke the StrippingCache. The solution is simply to switch any instance of 'AALLSAMEBPV' to 'AALLSAMEBPV(-1, -1, -1)' to restore the old behaviour. This is done in the StrippingCache options.

Merge request reports