1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-05-03 20:54:00 -04:00

Disable strip

This commit is contained in:
Jon Beniston 2025-10-03 23:47:19 +01:00
parent 1c6ed3cf6d
commit e7e4c6e066

View File

@ -39,4 +39,4 @@ endforeach()
# Run macdeployqt which should copy all libraries and frameworks and Qt plugins and qml
message ("Running macdeployqt in ${CPACK_TEMPORARY_INSTALL_DIRECTORY}")
execute_process ( COMMAND macdeployqt ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app -always-overwrite -verbose=1 -qmldir=@CMAKE_CURRENT_SOURCE_DIR@/../../plugins/ )
execute_process ( COMMAND macdeployqt ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app -no-strip -always-overwrite -verbose=1 -qmldir=@CMAKE_CURRENT_SOURCE_DIR@/../../plugins/ )