summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-11-21 16:01:10 +0100
committerGuido Guenther <agx@sigxcpu.org>2007-11-21 16:01:10 +0100
commit7ad3285e7ff99cd2b586620869dedfd2c84588e1 (patch)
tree2d9bc5db2dbc6461fe94bbf953372d334e0f92e0
parent6da33b53f92d1f4c2538743e737ad9d11e521c82 (diff)
disable strict aliasing until ext2io.c is cleaned up
-rw-r--r--ext2load/Makefile2
1 files changed, 1 insertions, 1 deletions
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