Rename --no-error to --werror and flip default
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 5 Sep 2018 12:00:27 +0000 (17:30 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 5 Sep 2018 12:04:11 +0000 (17:34 +0530)
commit56130b0edd1b05601ed79590859c4112ff2ee235
treeee833a6f0d83626af532658eaaeb24bea2f803a4
parent3e714d0bae0cf52ceebf105dab1f96a5b9622228
Rename --no-error to --werror and flip default

We should not default to -Werror because that's not what we default to
anywhere in gstreamer, and it's bad for releases anyway. The CI will
be fixed to pass --werror manually.
setup.py