Skip to content

Commit 09af8a9

Browse files
committed
linux debug
1 parent 41a65da commit 09af8a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cmake/linux/defaults.cmake

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
2121
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "${PLUGIN_EMAIL}")
2222
set(CPACK_SET_DESTDIR ON)
2323

24-
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.25.0 OR NOT CMAKE_CROSSCOMPILING)
25-
set(CPACK_DEBIAN_DEBUGINFO_PACKAGE ON)
26-
endif()
24+
# Disable debug info package
25+
# if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.25.0 OR NOT CMAKE_CROSSCOMPILING)
26+
# set(CPACK_DEBIAN_DEBUGINFO_PACKAGE ON)
27+
# endif()
2728

2829
set(CPACK_OUTPUT_FILE_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/release")
2930

0 commit comments

Comments
 (0)