Skip to content
Snippets Groups Projects
Commit d3cc56f3 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Bug#1046260 CentOS builds: "no debugging symbols found"

Bug#1046260 CentOS builds: "no debugging symbols found"
Do not strip the binary in rpmbuild.

See http://public.kitware.com/Bug/view.php?id=7435
parent 67697339
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ stored procedures in Lua.")
set (CPACK_RPM_PACKAGE_SUMMARY "Tarantool/Box - an efficient in-memory data store")
set (CPACK_RPM_PACKAGE_GROUP "Databases")
set (CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${CMAKE_SOURCE_DIR}/cmake/rpm_post_install.sh")
set (CPACK_RPM_SPEC_INSTALL_POST /bin/true)
set (CPACK_SET_DESTDIR "ON")
set (CPACK_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
else()
......
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