summaryrefslogtreecommitdiffstats
path: root/src/cairo.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-05-09 03:23:21 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-05-09 03:23:21 (GMT)
commit05aa359b7a2d91eb3601a25e6ad04b22cd610bbe (patch)
tree476c2a950c22951bd04b299fd55a6a8590e27049 /src/cairo.mk
parente093687cea3cb4f3d6dedb049d37e757ef604986 (diff)
downloadmxe-05aa359b7a2d91eb3601a25e6ad04b22cd610bbe.zip
mxe-05aa359b7a2d91eb3601a25e6ad04b22cd610bbe.tar.gz
mxe-05aa359b7a2d91eb3601a25e6ad04b22cd610bbe.tar.bz2
cairo: disable LTO
Should fix part of #403. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/cairo.mk')
-rw-r--r--src/cairo.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo.mk b/src/cairo.mk
index c24d10b..34ce09d 100644
--- a/src/cairo.mk
+++ b/src/cairo.mk
@@ -21,6 +21,7 @@ define $(PKG)_BUILD
$(SED) -i 's,^\(Libs:.*\),\1 @CAIRO_NONPKGCONFIG_LIBS@,' '$(1)/src/cairo.pc.in'
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
+ --disable-lto \
--disable-gtk-doc \
--disable-test-surfaces \
--disable-gcov \