freetype: remove -fno-strict-aliasing

The strict aliasing violations this was meant to fix were already
fixed in FreeType.
wip/yesman
cmfwyp 8 years ago committed by Nikolay Amiantov
parent eb6f576ffd
commit 574bba7f06
  1. 2
      pkgs/development/libraries/freetype/default.nix

@ -46,8 +46,6 @@ stdenv.mkDerivation rec {
configureFlags = "--disable-static --bindir=$(dev)/bin";
# from Gentoo, see https://bugzilla.redhat.com/show_bug.cgi?id=506840
NIX_CFLAGS_COMPILE = "-fno-strict-aliasing";
# The asm for armel is written with the 'asm' keyword.
CFLAGS = optionalString stdenv.isArm "-std=gnu99";

Loading…
Cancel
Save