commit | b4af629f4d4868ef74ee298d66259fae78c7fd89 | [log] [tgz] |
---|---|---|
author | Austin Lamb <austin.lamb@microsoft.com> | Fri Feb 19 15:27:01 2021 -0800 |
committer | GitHub <noreply@github.com> | Fri Feb 19 23:27:01 2021 +0000 |
tree | 89e8f1789cb1de89922b31d81439f673ec9ce2d1 | |
parent | 2d3e463e4a5aa109d1c15c86f9631580f5ef7a7e [diff] |
bpo-42825: Enable /OPT:REF (GH-24098) We explicitly disable /OPT:ICF as some manual optimisations depend on some functions still having distinct pointers (such as wrap_binary_func and wrap_binary_func_l).