ni / grpc-device

gRPC server providing remote access to NI device driver APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distribute debug symbols for official builds

bkeryan opened this issue · comments

Please consider distributing debug symbols for official builds of ni_grpc_device_server.exe. This would be helpful for debugging and performance profiling.

One way to do this is to build BUILD_TYPE=RelWithDebInfo and generate a separate release artifact for the resulting PDB files.

AB#2249766

Done in #1040