diff options
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 1d77e9597..5ce895786 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -88,7 +88,7 @@ LD = nlmconv LDFLAGS = -T AR = ar ARFLAGS = -cq -CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return +CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return -fno-strict-aliasing CFLAGS += -Wall -Wno-format # -pedantic ifeq ($(LIBARCH),LIBC) PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o |