Closed spuder closed 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
gdb
For release builds (which use qmake instead of cmake), you also need to set: --build-arg DEBUG="+" \
qmake
cmake
--build-arg DEBUG="+" \
I will update that in another PR
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