mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-12 19:02:53 +02:00
After some tests, gcc 5.x produces better code with likely() than without, contrary to gcc 4.x where it was better to disable it. Let's re-enable it for 5 and above.