mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 10:32:59 +00:00
Enable debuginfo, avoid shipping not stripped binaries
This commit is contained in:
parent
72bcf8aecb
commit
f8150393c2
1 changed files with 2 additions and 4 deletions
|
@ -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++ ->
|
||||
|
|
Loading…
Add table
Reference in a new issue