microsoft / do-client

Delivery Optimization client components
MIT License
24 stars 20 forks source link

Should copy .dbg symbols for debug builds not minsizerel #97

Closed jimson-msft closed 3 years ago

shishirb-MSFT commented 3 years ago
  client-lite/deliveryoptimization-agent.dbg

.dbg files are generated in minsizerel only, not debug.


Refers to: azure-pipelines/build/linux/du/templates/doclient-lite-docker-steps.yml:46 in c214d12. [](commit_id = c214d1267a0036f029109525ef21550895c0d4e2, deletion_comment = False)

shishirb-MSFT commented 3 years ago
  client-lite/deliveryoptimization-agent.dbg

In non-minsizerel builds, the debug symbols get baked into the binary itself.


In reply to: 948868102


Refers to: azure-pipelines/build/linux/du/templates/doclient-lite-docker-steps.yml:46 in c214d12. [](commit_id = c214d1267a0036f029109525ef21550895c0d4e2, deletion_comment = False)