Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit dd43962

Browse files
authored
Fedora - skip binaries strip (#79)
* Skip stripping binaries in RPM packages, leaving debug info intact * Fix CMake cache
1 parent 4255ce7 commit dd43962

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include(${CMAKE_CURRENT_LIST_DIR}/configuration-linux.cmake)
22
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST ${CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST} /lib /lib/udev /lib/udev/rules.d /usr/bin /usr/lib CACHE STRING "")
33
set(CPACK_RPM_PACKAGE_AUTOREQ 0 CACHE STRING "")
4+
set(CPACK_RPM_SPEC_INSTALL_POST "/bin/true" CACHE STRING "")
45
set(CPACK_GENERATOR "RPM" CACHE STRING "")
56

0 commit comments

Comments
 (0)