From 8429bd1157d8a6ccb8e15b8c02b84d1ad548902b Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 19 Oct 2008 16:32:52 +0200 Subject: [PATCH] strict aliasing generates too many bugs Signed-off-by: Pierre Habouzit --- mk/cflags.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/cflags.mk b/mk/cflags.mk index 1dcdb31..c184d9a 100644 --- a/mk/cflags.mk +++ b/mk/cflags.mk @@ -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 -- 2.20.1