diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-19 00:56:40 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-19 00:56:40 +0200 |
commit | a28fc0ea2f533076f8573f07f9fa0ca7d6b7475a (patch) | |
tree | 030932ac9c312de5e24ba3f39ff8ae0c07863431 /solenv | |
parent | 6aaf1ec5a781b50ceda6d0d288a43dba435be2ce (diff) |
Revert "LTO fixes for android"
Seems to break the tinderbox, needs more work?
This reverts commit 6aaf1ec5a781b50ceda6d0d288a43dba435be2ce.
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/android.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/solenv/gbuild/platform/android.mk b/solenv/gbuild/platform/android.mk index 55b6c5c1aa10..ae1a9ea0b618 100644 --- a/solenv/gbuild/platform/android.mk +++ b/solenv/gbuild/platform/android.mk @@ -20,12 +20,6 @@ gb_STDLIBS := \ endif -ifeq ($(ENABLE_LTO),TRUE) - gb_LTOPLUGINFLAGS := --plugin $(shell $(CC) --print-prog-name=liblto_plugin.so) - AR_FLAGS := rcs --plugin $(shell $(CC) --print-prog-name=liblto_plugin.so) - RANLIB := $(RANLIB) --plugin $(shell $(CC) --print-prog-name=liblto_plugin.so) -endif - # No unit testing can be run gb_CppunitTest_CPPTESTPRECOMMAND := : |