Code review comment for lp:~gerboland/unity-mir/enable-logs

Revision history for this message
Michael Zanetti (mzanetti) wrote :

Seems dpkg-buildpackage actually sets the build type and bypasses this. I think we want to do this:

debian/rules

override_dh_auto_configure:
        dh_auto_configure -- -DCMAKE_BUILD_TYPE=Debug

review: Needs Fixing

« Back to merge proposal