]> git.ipfire.org Git - thirdparty/lxc.git/commit
autools: use -fno-strict-aliasing 2692/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 12 Oct 2018 19:23:07 +0000 (21:23 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 12 Oct 2018 19:23:07 +0000 (21:23 +0200)
commita3bb6b8ed95013f9e7b21db833cd5d0da6671019
tree2a61ace5fde6db5a58f4bbcc39cb58bee519fb81
parenta22d1745d71deb94012cc4cbb9764fd465eed048
autools: use -fno-strict-aliasing

The gcc implementation and the C standard are not to be considered sane
in this respect. We don't want to risk reordering of writes when the
compiler incorrectly *thinks* two types do not alias each other.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac