Open oobayly opened 2 months ago
When creating #750 I needed to be enable debugging for the docker image. Passing an optional BUILD_DEBUG argument with a non-empty value:
BUILD_DEBUG
-DCMAKE_BUILD_TYPE=Debug
docker build --build-arg BUILD_DEBUG=1 --tag tilemaker/debug .
When creating #750 I needed to be enable debugging for the docker image. Passing an optional
BUILD_DEBUG
argument with a non-empty value:-DCMAKE_BUILD_TYPE=Debug
flagdocker build --build-arg BUILD_DEBUG=1 --tag tilemaker/debug .