mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 12:03:56 +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.