NVIDIA / DL4AGX

Deep Learning tools and applications for NVIDIA AGX platforms.
Apache License 2.0
145 stars 26 forks source link

Solve overlinking issues re: Protobuf #2

Open narendasan opened 5 years ago

narendasan commented 5 years ago

protobuf is overlinked in libraries dependent on DALI. Libprotoc, libprotobuf-lite are linked but arent necessary. This is probably and issue with DALI itself. There are also cases where the libprotobuf gets linked twice. This probably has to do with the build system.