configure: add --enable-Werror
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 11 Feb 2020 22:29:09 +0000 (17:29 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 25 Mar 2020 19:18:21 +0000 (15:18 -0400)
commitd2cb81f7749765ac95559aa6900138433583ab03
tree14e00297adf98db66cecdb35f1fe11db7ec3efd9
parentedc3cdab15798fb535180bebb6ed4e8e6119ab8f
configure: add --enable-Werror

If one wants to build with -Werror, it's not possible to simply
configure with -Werror in the CFLAGS.  This makes a bunch of configure
checks fail, which would have otherwise passed.

This patch adds an --enable-Werror option to configure, which has the
effect of adding -Werror to AM_CFLAGS.  It therefore ends up in the
CFLAGS used to build the project, but it doesn't interfere with the
configure checks.

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Change-Id: I18c33125c717305aac8f1d8a19fee7e065d70c31
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
This page took 0.027076 seconds and 4 git commands to generate.