mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
ci: Enable -fanalyzer
Followup to https://github.com/ostreedev/ostree/pull/2463 One thing I noticed here is we lost usage of `build-check.sh` which also invokes `clang`, which doesn't speak `-fanalyzer` and would be broken by this if we try to enable `build-check.sh` again. But that can come later.
This commit is contained in:
parent
ec8cf31e98
commit
fda41e8d24
@ -30,6 +30,6 @@ esac
|
||||
|
||||
# always fail on warnings; https://github.com/ostreedev/ostree/pull/971
|
||||
# NB: this disables the default set of flags from configure.ac
|
||||
export CFLAGS="-Wall -Werror ${CFLAGS:-}"
|
||||
export CFLAGS="-Wall -Werror -fanalyzer ${CFLAGS:-}"
|
||||
|
||||
build --enable-gtk-doc ${CONFIGOPTS:-}
|
||||
|
Loading…
Reference in New Issue
Block a user