cerbero: Switch default buildtype from debug to debugoptimized
debug
doesn't enable any optimizations and leads to very slow code.
This is rather suboptimal for a multimedia framework.
Also, variants.debug || variants.nodebug is always True, so the code that set the buildtype was always wrong.