Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMakeLists.txt: purpose of the CPACK_STRIP_FILES #433

Open
yurtpage opened this issue Jul 27, 2024 · 0 comments
Open

CMakeLists.txt: purpose of the CPACK_STRIP_FILES #433

yurtpage opened this issue Jul 27, 2024 · 0 comments

Comments

@yurtpage
Copy link

The CMakeLists.txt contains the line:

set(CPACK_STRIP_FILES "${CMAKE_INSTALL_LIBDIR}/libadldap.so;${CMAKE_INSTALL_BINDIR}/admc")

From the description of the option https://cmake.org/cmake/help/latest/module/CPack.html#variable:CPACK_STRIP_FILES
it looks like it removes debug symbols from the so and executable.
In the description it's said that the option now can be just a boolean TRUE.
But do we really need the option at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant