Removed optimizations to get rid of type punned warning.
commitea772039c60191de1cecf6b1a960da749f6b8028
authorArto Karppinen <arto.karppinen@iki.fi>
Mon, 12 Jan 2009 13:54:45 +0000 (12 15:54 +0200)
committerArto Karppinen <arto.karppinen@iki.fi>
Mon, 12 Jan 2009 13:54:45 +0000 (12 15:54 +0200)
tree1073c931e1dbd654e7cf3150f542d40a5cad6bef
parent6b496c315e17458ebf80741615d9a3c98930cb69
Removed optimizations to get rid of type punned warning.

It seems a lot of code in Irreco cause "dereferencing type-punned
pointer will break strict-aliasing rules" warnings. For now it
seems best to disable GCC optimizations to work around this problem.
irreco/configure.ac