summaryrefslogtreecommitdiff
path: root/package/cairo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/cairo/Makefile')
-rw-r--r--package/cairo/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile
index 4d85da167..82b3d14d8 100644
--- a/package/cairo/Makefile
+++ b/package/cairo/Makefile
@@ -45,10 +45,6 @@ HOST_CONFIGURE_ARGS+= --enable-ft=yes \
--disable-test-surfaces \
--disable-full-testing
-ifeq (,$(filter arm,$(ADK_TARGET_ARCH)))
-TARGET_CFLAGS:= $(filter-out -Os,$(TARGET_CFLAGS))
-endif
-
ifneq ($(ADK_PACKAGE_CAIRO_WITH_XRENDER),)
CONFIGURE_ARGS+= --enable-xlib-xrender=yes
else