don't allow caito to add -flto to its own cflags

Change-Id: I22c66755e8e5ede01cf3e5f21c910f759b55de7a
This commit is contained in:
Caolán McNamara 2015-11-16 13:38:51 +00:00
parent 8a9211a068
commit d49b8e32e5

View File

@ -41,10 +41,8 @@ ifneq (,$(filter ANDROID IOS,$(OS)))
$(eval $(call gb_UnpackedTarball_add_file,cairo,.,external/cairo/cairo/dummy_pkg_config))
endif
ifeq ($(COM_IS_CLANG),TRUE)
$(eval $(call gb_UnpackedTarball_add_patches,cairo,\
external/cairo/cairo/no-flto-clang.patch \
))
endif
# vim: set noet sw=4 ts=4: