We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310f2b1 commit 176b82cCopy full SHA for 176b82c
ci_build.sh
@@ -291,6 +291,14 @@ default|default-alldrv|default-all-errors|default-spellcheck|default-shellcheck|
291
CCACHE_BASEDIR="${PWD}"
292
export CCACHE_BASEDIR
293
294
+ if [ -n "${BUILD_WARNOPT-}" ]; then
295
+ CONFIG_OPTS+=("--enable-warnings=${BUILD_WARNOPT}")
296
+ fi
297
+
298
+ if [ -n "${BUILD_WARNFATAL-}" ]; then
299
+ CONFIG_OPTS+=("--enable-Werror=${BUILD_WARNFATAL}")
300
301
302
# Note: modern auto(re)conf requires pkg-config to generate the configure
303
# script, so to stage the situation of building without one (as if on an
304
# older system) we have to remove it when we already have the script.
0 commit comments