From: leslie Date: Sun, 29 Apr 2012 16:55:12 +0000 (+0200) Subject: disable strict-aliasing because of helper.h macros X-Git-Tag: upstream/620~12 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=09980ab4be6c0fca8ebf6b1c57f71b2bb2938e92;p=sasc-ng.git disable strict-aliasing because of helper.h macros --- diff --git a/Makefile b/Makefile index 1a5714e..bf26089 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,9 @@ include $(VDRDIR)/Make.global -include $(VDRDIR)/Make.config -include Make.config +# we need this ATM because of the helper.h macros... +CXXFLAGS += -fno-strict-aliasing + ### The version number of VDR (taken from VDR's "config.h"): VDRVERSION := $(shell sed -ne '/define VDRVERSION/ s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/include/vdr/config.h)