Hi, I am running a live-build where I run the command: lb config noauto … lots of parameters … --debug I see that the --debug sets the variable _DEBUG=”true” in config/common, but that line is commented out. As with the _VERBOSE=”true” and some others. I have inserted a
sed -i ‘/_DEBUG/s/^#//’ config/common before running lb build, but is that really the correct way to do it? Is there a better way to actually set the _DEBUG printing from configuration? /Emil Sodergren |