strict aliasing generates too many bugs
authorPierre Habouzit <madcoder@debian.org>
Sun, 19 Oct 2008 14:32:52 +0000 (16:32 +0200)
committerPierre Habouzit <madcoder@debian.org>
Sun, 19 Oct 2008 14:32:52 +0000 (16:32 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
mk/cflags.mk

index 1dcdb31..c184d9a 100644 (file)
@@ -42,7 +42,7 @@ CFLAGSBASE += -pipe
 CFLAGSBASE += -O2
 # let the type char be unsigned by default
 CFLAGSBASE += -funsigned-char
-CFLAGSBASE += -fstrict-aliasing
+CFLAGSBASE += -fno-strict-aliasing
 # turn on all common warnings
 CFLAGSBASE += -Wall
 # turn on extra warnings