aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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