aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-06 22:58:40 +0000
committerMike Frysinger <vapier@gentoo.org>2009-09-06 22:58:40 +0000
commitd114ba0f293ba448ead9682d0fe25e37d395702b (patch)
treeeefa474d84e2caa32b65079933a950de429bb54c
parentconvert -idirafter to -I (diff)
downloadnet-tools-d114ba0f293ba448ead9682d0fe25e37d395702b.tar.gz
net-tools-d114ba0f293ba448ead9682d0fe25e37d395702b.tar.bz2
net-tools-d114ba0f293ba448ead9682d0fe25e37d395702b.zip
enable -fno-strict-aliasing until the code base gets a hefty clean up to fix all of the strict aliasing problems
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d87c07..f42a826 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,7 @@ endif
# You may need to uncomment and edit these if you are using libc5 and IPv6.
CFLAGS ?= -O2 -g
CFLAGS += -Wall
+CFLAGS += -fno-strict-aliasing # code needs a lot of work before strict aliasing is safe
CPPFLAGS += -D_GNU_SOURCE
RESLIB = # -L/usr/inet6/lib -linet6