# Do not strip the broker Python extension in-tree; let portage handle stripping.
--- a/auxil/broker/bindings/python/CMakeLists.txt
+++ b/auxil/broker/bindings/python/CMakeLists.txt
@@ -45,16 +45,6 @@
     target_link_libraries(_broker PRIVATE "-undefined dynamic_lookup")
 endif ()

-# Strip unnecessary sections of the binary on Linux/Mac OS.
-if (CMAKE_STRIP)
-    if (APPLE)
-        add_custom_command(TARGET _broker POST_BUILD COMMAND ${CMAKE_STRIP} -u -r
-                                                             $<TARGET_FILE:_broker>)
-    else ()
-        add_custom_command(TARGET _broker POST_BUILD COMMAND ${CMAKE_STRIP} $<TARGET_FILE:_broker>)
-    endif ()
-endif ()
-
 if (NOT PY_MOD_INSTALL_DIR)
     # Figure out Python module install directory.
     if (BROKER_PYTHON_PREFIX)
