The documentation explains that debug info is stripped by default regardless of build type, but doesn't explain why. It is extremely surprising to me that, on top of configuring CMake to generate debug info for my extension module, I additionally need to configure scikit-build-core to leave that debug info alone. What's the rationale for that default? Why doesn't tool.scikit-build.cmake.build-type = "RelWithDebInfo" imply tool.scikit-build.install.strip = False ?