mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
File stripping disabled to improve user trace-backs
This commit is contained in:
parent
54891af0d2
commit
d38cf06b07
1 changed files with 5 additions and 1 deletions
|
@ -445,7 +445,11 @@ ENDIF()
|
|||
SET(CPACK_PACKAGE_NAME "companion${C9X_NAME_SUFFIX}")
|
||||
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Models and settings editor for the OpenTx open source firmware")
|
||||
string(TOLOWER "${CPACK_PACKAGE_NAME}" CPACK_PACKAGE_NAME_LOWERCASE)
|
||||
SET( CPACK_STRIP_FILES TRUE )
|
||||
|
||||
# The file stripping is deliberately disabled, with the stripped file we get
|
||||
# very poor trace-backs from the users when they report Companion crash
|
||||
SET( CPACK_STRIP_FILES FALSE )
|
||||
|
||||
find_program(DPKG_PROGRAM dpkg DOC "dpkg program of Debian-based systems")
|
||||
if(DPKG_PROGRAM)
|
||||
SET(CPACK_GENERATOR "DEB")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue