diff --git a/makefile b/makefile index 20abf51b354..cfb4138ea0c 100644 --- a/makefile +++ b/makefile @@ -420,6 +420,7 @@ ifneq ($(TARGETOS),os2) ifndef NOWERROR CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS) else +CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS) endif else CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)