]> git.tuebingen.mpg.de Git - paraslash.git/commit
Deactivate gcc's strict aliasing optimizations.
authorAndre Noll <maan@systemlinux.org>
Sat, 13 Jun 2009 17:22:51 +0000 (19:22 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 13 Jun 2009 17:22:51 +0000 (19:22 +0200)
commit72794590e6271e3480a73e1e098e56dfd166dd2d
treea53b87d1f6089ffe7ac6b5ac68a105b7f266901e
parent4025d60c7abf08ade14eb6b4a3880394f13957b2
Deactivate gcc's strict aliasing optimizations.

This causes a lot of warnings which are not easy to fix and probably
harmless. So simply disallow gcc to assume the strictest aliasing
rules.
Makefile.in