]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
build: disable strict aliasing
authorAdam Sutton <dev@adamsutton.me.uk>
Tue, 10 Jun 2014 09:57:45 +0000 (10:57 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Tue, 10 Jun 2014 09:57:45 +0000 (10:57 +0100)
commitcaf9a7b313bfb81766d44a05bb38ba3259e62935
tree38779171d84422f2fee6d5b5c0df99d1d21c80b7
parentfda1a03171e7340395d974615f35aa9e936888f1
build: disable strict aliasing

although can create a minor performance penalty it looks like many projects
disable this as strict aliasing can create annoying warnings that are not
always trivial to overcome at the expense of a relatively minor performance
improvement.
Makefile