Commit d114ba0f authored by Mike Frysinger's avatar Mike Frysinger

enable -fno-strict-aliasing until the code base gets a hefty clean up to fix...

enable -fno-strict-aliasing until the code base gets a hefty clean up to fix all of the strict aliasing problems
parent f91f1b0d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment