openscad / docker-openscad

OpenSCAD-related docker files
BSD 2-Clause "Simplified" License
10 stars 10 forks source link

Document how to crate debug builds #4

Closed spuder closed 2 years ago

spuder commented 2 years ago

I need a debug build to run gdb to debug an issue where openscad crashes. It took me longer than I care to admit to figure out how to do this. This PR adds documentation to reduce friction for the next person that wants to create a debug build

spuder commented 2 years ago

For release builds (which use qmake instead of cmake), you also need to set: --build-arg DEBUG="+" \

I will update that in another PR