What are the performance impacts, if any, of doing a release executable build with testability on?

It seems like perhaps the linker wouldn't care about the visibility of symbols for an executable target when it comes to LTO and dead code stripping, but I'm not sure. Any thoughts?