Closed nirbheek closed 4 years ago
Test failure seems to be unrelated?
4/21 graphene / box ERROR 0.988502025604248 s
@nirbheek The transient failure in the graphene_box_t
on MSYS2/x86 is known.
Should I re-push till the test passes?
Nah, it's just annoying, and I care very little about 32bit platforms.
get_option('buildtype')
will return'custom'
for most combinations of-Doptimization
and-Ddebug
, but those two will always be set correctly if only-Dbuildtype
is set. So we should look at those options directly.For the two-way mapping between
buildtype
andoptimization
+debug
, see this table: https://mesonbuild.com/Builtin-options.html#build-type-optionsSame change as glib: https://gitlab.gnome.org/GNOME/glib/merge_requests/1433