]> code.ossystems Code Review - openembedded-core.git/commit
pango: don't disable debugging
authorRoss Burton <ross.burton@intel.com>
Wed, 3 Oct 2018 11:48:51 +0000 (12:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2018 15:31:50 +0000 (16:31 +0100)
commit191f7e2b2fe09ff3276efb68ca91c853291d41f8
tree7f7382df66e2fd6fc3a4436d16608f16369ee1eb
parent18fd5bc97e6b061eec4be0738f20fcbace6bdafe
pango: don't disable debugging

By explicitly disabling debugging we get *no* safety checks: the GLib asserts
and checks are all disabled.  This is fine for absolute performance but
something that should be opt-in.

This also breaks the test suite, which relies upon the asserts to work.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/pango/pango_1.42.4.bb