]> www.vanbest.org Git - sasc-ng.git/commitdiff
disable strict-aliasing because of helper.h macros
authorleslie <unknown>
Sun, 29 Apr 2012 16:55:12 +0000 (18:55 +0200)
committerleslie <unknown>
Sun, 29 Apr 2012 16:55:12 +0000 (18:55 +0200)
Makefile

index 1a5714ed4d029a1d6b3191320e310699d70b10a2..bf260891791f09a2774fc6a05bf99d24da233f75 100644 (file)
--- 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)