-
autools: use -fno-strict-aliasing · 501636c9Christian Brauner authored
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>
×