]> git.ipfire.org Git - thirdparty/suricata.git/commit
Remove GCC -no-strict-aliasing compiler flag. 764/head
authorKen Steele <ken@tilera.com>
Fri, 10 Jan 2014 17:36:02 +0000 (12:36 -0500)
committerVictor Julien <victor@inliniac.net>
Sat, 11 Jan 2014 15:26:00 +0000 (16:26 +0100)
commitbc29684df42d3e0fd2339dfa54dd0f0203ecd752
tree12c64164035e796a43723ee63285c56e337fe9af
parent1f99096b30eb61e03f945f133f959dd7b2d5f821
Remove GCC -no-strict-aliasing compiler flag.

GCC typically generates better code without the -no-strict-aliasing flag.
It is only required if code makes assumptiosn that break strict aliasing.
The unit tests pass on x86 and Tile without the flag.
configure.ac