Enable debuginfo, avoid shipping not stripped binaries

This commit is contained in:
Mikhail Novosyolov 2020-04-01 05:51:16 +03:00
parent 72bcf8aecb
commit f8150393c2

View file

@ -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++ ->