From 3c6e396b856a1384df2d4a5ebdb40759d0f38db5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 16 May 2019 13:51:19 +0200 Subject: [PATCH] disable thinlto --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 85ef3d83..3b6fb6b4 100755 --- a/debian/rules +++ b/debian/rules @@ -145,9 +145,9 @@ BOOTSTRAP_CXXFLAGS_EXTRA = $(CXXFLAGS_EXTRA) # Nothing for now. Keeping in case CFLAGS_EXTRA += -fPIC -Wno-unused-command-line-argument -Wno-unknown-warning-option BOOTSTRAP_CFLAGS_EXTRA = $(CFLAGS_EXTRA) # Nothing for now. Keeping in case we need it -#CFLAGS_EXTRA += $(CFLAGS_EXTRA) -flto=thin -#CXXFLAGS_EXTRA += $(CXXFLAGS_EXTRA) -flto=thin -#LDFLAGS_EXTRA += $(LDFLAGS_EXTRA) -flto=thin +#CFLAGS_EXTRA += -flto=thin +#CXXFLAGS_EXTRA += -flto=thin +#LDFLAGS_EXTRA += -flto=thin # Enable polly (or not) POLLY_ENABLE=yes