-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
infrastructureIssues related to building, cmake, packaging, etc.Issues related to building, cmake, packaging, etc.
Description
The current cmake build only supports release build. To build debug, a few things have to be done manually:
- Debug runtime libraries need to be pulled in instead of release versions (e.g. libcurl-d.dll)
- Debug flag needs to be propagated to underlying opentelemetry-cpp library
- Symbol files (.pdb on Windows) need to be installed/copied to the right place
All these should be done automatically by the cmake script and no manual steps should be necessary.
Metadata
Metadata
Assignees
Labels
infrastructureIssues related to building, cmake, packaging, etc.Issues related to building, cmake, packaging, etc.