Codebase list virt-viewer / 76af066
debian/rules: Disable building with -Werror since -Wall is set It's a really bad idea to build with -Werror -Wall since changes in dependencies or the compiler could suddenly make a package fail to build for new deprecations, etc. Jeremy Bicha 1 year, 7 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1313 dh $@
1414
1515 override_dh_auto_configure:
16 dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
16 dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS) -Dgit_werror=disabled