Add a workaround to try to fix GOA module build in gnome-apps-nightly.

This commit is contained in:
Michael James Gratton 2018-06-12 02:49:34 +10:00
parent 6cb32164bb
commit 11d0b1295d

View file

@ -80,7 +80,14 @@
"config-opts": [
"--disable-telepathy",
"--disable-documentation",
"--disable-backend"
"--disable-backend",
/* Enabling debug via configure causes both -g and -O0
to be set, which is bad since the former is
redundant with our build-options above, and the
latter conflicts with both the build options and
with whatever is causing FORTIFY_SOURCE to be
set. So disable debug instead. */
"--enable-debug=no"
],
"sources": [
{