From e40e4d826a0212526c4590b88ff337c2fb7af096 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 31 Mar 2020 23:31:05 +0200 Subject: [PATCH] fix typo --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d171c5bf..3adb6390 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ llvm-toolchain-9 (1:9.0.1-11) unstable; urgency=medium - * Allow to build g++ 9 & 10 to fix a gcc build dependency (closes: #955144) + * Allow one to build g++ 9 & 10 to fix a gcc build dependency + (closes: #955144) And disable thin lto on all archs It needs gcc-8 after after 8 will reject the -flto=thin arg And BOOTSTRAP_LLVM_ENABLE_LTO wil generate .so with llvm IR instead