Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Simmphonie:audacity
audacity
no-more-strip.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-more-strip.patch of Package audacity
diff --git a/cmake-proxies/cmake-modules/AudacityFunctions.cmake b/cmake-proxies/cmake-modules/AudacityFunctions.cmake index 47682eb..8f63837 100644 --- a/cmake-proxies/cmake-modules/AudacityFunctions.cmake +++ b/cmake-proxies/cmake-modules/AudacityFunctions.cmake @@ -469,13 +469,13 @@ function( audacity_module_fn NAME SOURCES IMPORT_TARGETS target_link_options( ${TARGET} PRIVATE ${LOPTS} ) target_link_libraries( ${TARGET} PUBLIC ${LIBRARIES} ) - if( NOT CMAKE_SYSTEM_NAME MATCHES "Windows" ) - add_custom_command( - TARGET "${TARGET}" - POST_BUILD - COMMAND $<IF:$<CONFIG:Debug>,echo,strip> -x $<TARGET_FILE:${TARGET}> - ) - endif() + # if( NOT CMAKE_SYSTEM_NAME MATCHES "Windows" ) + # add_custom_command( + # TARGET "${TARGET}" + # POST_BUILD + # COMMAND $<IF:$<CONFIG:Debug>,echo,strip> -x $<TARGET_FILE:${TARGET}> + # ) + # endif() if( NOT REAL_LIBTYPE STREQUAL "MODULE" ) if( CMAKE_SYSTEM_NAME MATCHES "Windows" )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor