From f8150393c291897a374c6859c4e7b538974c6d93 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Wed, 1 Apr 2020 05:51:16 +0300 Subject: [PATCH] Enable debuginfo, avoid shipping not stripped binaries --- libreoffice.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index a27ab2b..6506b41 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1,6 +1,3 @@ -%define _enable_debug_packages %{nil} -%define debug_package %{nil} - %bcond_without l10n %bcond_with icecream %bcond_with ccache @@ -2951,8 +2948,9 @@ export PATH export CCACHE_DIR=%{ccachedir} %endif -%if %{with clang} %setup_compile_flags + +%if %{with clang} # libstdc++ from gcc5 is too old, use LLVM libc++ # https://libcxx.llvm.org/docs/UsingLibcxx.html # clang -c -stdlib=libc++ ->