mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-24 12:20:59 +01:00
Due to __builtin_unreachable() only being associated to gcc 4.5 and above, it turns out it was not enabled for clang. It's not used *that* much but still a little bit, so let's enable it now. This reduces the code size by 0.2% and makes it a bit more efficient.