OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
https://opendronemap.org
GNU Affero General Public License v3.0
4.88k stars 1.11k forks source link

Add debugging symbols to build #1810

Open smathermather opened 4 hours ago

smathermather commented 4 hours ago

I have someone helping with a testing environment for running test datasets through the pipeline when there are changes to the code base, a bit CI/CD style. @pierotofy: Is it appropriate or problematic to add debugging symbols to the default docker builds to facilitate this?

pierotofy commented 2 hours ago

I don't think that would be appropriate; rebuilding the image with debugging symbols for the specific module that is giving issues (if needed) would be better.

Or use ./start-dev-env.sh and rebuild just the module you need with debugging symbols turned on (that's what I usually do).