I try to build module using pybind11 extension for CMake. And there are no debug symbols in produced binaries in RelWithDebInfo CMake configuration. I suppose,a problem in this part of the [script](https://github.com/pybind/pybind11/blob/master/tools/pybind11Tools.cmake). `strip` is disabled only in Debug mode. 
I try to build module using pybind11 extension for CMake.
And there are no debug symbols in produced binaries in RelWithDebInfo CMake configuration.
I suppose,a problem in this part of the script.
stripis disabled only in Debug mode.