ruslo / CGold

:whale2: The Hitchhiker’s Guide to the CMake
https://cgold.readthedocs.io
BSD 2-Clause "Simplified" License
525 stars 56 forks source link

PDB: working with debug symbols #8

Open ruslo opened 8 years ago

ruslo commented 8 years ago

OpenCV example: https://github.com/opencv/opencv/blob/bf4c5bef7fa254e996f31d3e3d7f81ce63716c13/cmake/OpenCVModule.cmake#L827-L836

CMake variables:

ruslo commented 8 years ago

This feature can be used as a workaround: https://github.com/ruslo/hunter/issues/230 (?)

ruslo commented 8 years ago

Example: https://github.com/hunter-packages/googletest/pull/11/commits/48bc5340230e09a4ea5086f024a2d833e6aff201

ruslo commented 7 years ago

Visual Studio "/Z7, /Zi, /ZI (Debug Information Format)":

ruslo commented 6 years ago

Examples:

TODO: Install sources for debugging?