Skip to content

Commit

Permalink
Add -pedantic to compile tests flags
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Nov 12, 2016
1 parent cfe2a27 commit fbb952c
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 @@ -9,6 +9,6 @@ compiler:
- clang
env:
- CFLAGS=-O2 CXXFLAGS=-O2
- CFLAGS="-O2 -Wall -Wextra -Werror" CXXFLAGS="-O2 -Wall -Wextra -Werror"
- CFLAGS="-O2 -pedantic -Wall -Wextra -Werror" CXXFLAGS="-O2 -pedantic -Wall -Wextra -Werror"
- CFLAGS=-O3 CXXFLAGS=-O3
script: autoreconf -f -i && ./configure && make

0 comments on commit fbb952c

Please sign in to comment.