From 7ad3285e7ff99cd2b586620869dedfd2c84588e1 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Wed, 21 Nov 2007 16:01:10 +0100 Subject: disable strict aliasing until ext2io.c is cleaned up --- ext2load/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2load') diff --git a/ext2load/Makefile b/ext2load/Makefile index af19224..aef477e 100644 --- a/ext2load/Makefile +++ b/ext2load/Makefile @@ -21,7 +21,7 @@ TARGETS = ext2load CFLAGS = -O2 -I$(COMMONDIR) -I$(ARCINCLUDEDIR) -I$(E2FSINCLUDEDIR) \ -W -Wall -mno-abicalls -G 0 -fno-pic \ - -DSUBARCH=${SUBARCH} + -DSUBARCH=${SUBARCH} -fno-strict-aliasing # uncomment for debugging #CFLAGS+=-DDEBUG -- cgit v1.2.3