mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-28 17:21:32 +02: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.