Skip to content

Commit

Permalink
Use the same flags as my local builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Feb 24, 2017
1 parent 62ac284 commit 575c042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.scripts/compile.sh
@@ -1,5 +1,5 @@
#!/bin/bash
export CFLAGS="-Wall -Wextra -Wdeclaration-after-statement -Wmissing-field-initializers -Wshadow -Wno-unused-parameter -ggdb3"
export CFLAGS="-Wall -Werror -Wextra -Wmaybe-uninitialized -Wdeclaration-after-statement -Wmissing-field-initializers -Wshadow -Wno-unused-parameter -ggdb3"
phpize
./configure
make all install
Expand Down

0 comments on commit 575c042

Please sign in to comment.