cuda shared objects built w/o debug symbols

We have a build system running with CUDA 8.0.84 compiling well and running on a Jetson TX2 with the shared libraries that come with the Cuda Toolkit. Most of these shared objects come filled with debug symbols “objdump -g libcufft.so.8.0.84”. We are trying to slim down out file system and I was looking for shared libraries without debug symbols. Do they even exist?