mirror of https://github.com/bitcoin/bitcoin
When using Clang 7, we may end up trying to use the flag when it won't work properly, which can lead to confusing errors. i.e: ```bash /usr/bin/ld: error: ... <corrupt x86 feature size: 0x8> ``` Use CHECK_LINK_FLAG & --fatal-warnings to ensure we wont use the flag in this case.pull/20720/head
parent
f1dbf92ff0
commit
e9189a750b
Loading…
Reference in new issue