Skip to content

Commit

Permalink
Travis CI: Perform code static analysis by gcc -fanalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Apr 17, 2024
1 parent a2f3976 commit 7279f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- CFLAGS_EXTRA="-O3 -march=native"
- compiler: gcc
env:
- CFLAGS_EXTRA="-O3 -march=native -funsigned-char"
- CFLAGS_EXTRA="-O3 -march=native -fanalyzer -funsigned-char"
- CONF_OPTIONS="--enable-assertions --disable-static"
- addons:
apt:
Expand Down

0 comments on commit 7279f81

Please sign in to comment.