Skip to content
Snippets Groups Projects
Commit 3c743d54 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

RPM: don't strip debug symbols from binaries

Totally disable /usr/lib/rpm/brp-strip-* scripts on all
versions of rpmbuild.

Fixes #1901
parent afce2a60
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,10 @@ BuildRequires: zlib-devel
# in runtime. Tarantool uses the debug symbols to display fiber's stack
# traces in fiber.info().
#
%global debug_package %%{nil}
%global _enable_debug_package 0
%global debug_package %{nil}
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
%global __strip /bin/true
# -fPIE break backtraces
# https://github.com/tarantool/tarantool/issues/1262
%undefine _hardened_build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment