X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=f3b46a5f02ddebc2e0141445425ddfe54ae9dea3;hb=90288ad550b6494203ae58c8f64e6fae010fe62e;hp=04c03ab202ae3b50b0f79bed1549cf338ab7df7a;hpb=b1bdfaf8b8da39e0aa888643b1998a948f83e7dd;p=yaboot.git diff --git a/Makefile b/Makefile index 04c03ab..f3b46a5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include Config -VERSION = 1.3.16 +VERSION = 1.3.17 # Debug mode (spam/verbose) DEBUG = 0 # make install vars @@ -41,6 +41,7 @@ YBCFLAGS += -DMALLOCADDR=$(MALLOCADDR) -DMALLOCSIZE=$(MALLOCSIZE) YBCFLAGS += -DKERNELADDR=$(KERNELADDR) YBCFLAGS += -Werror -fdiagnostics-show-option YBCFLAGS += -I ./include +YBCFLAGS += -fno-strict-aliasing ifeq ($(CONFIG_COLOR_TEXT),y) YBCFLAGS += -DCONFIG_COLOR_TEXT