Create build Release smaller size

Hello, I’m building LibTorch 1.13.1. (CUDA 11.6) with
cmake --build . --config Release
and I get size for all dlls around 3.7GB. Is it possible to generate smaller size dlls than this? I’m also using CUDA with gpu NVidia Quadro T2000. I’m wondering if LibTorch builds any unnecessary code that can be unused.