1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Add -Wall and -Werror as CFLAGS to make.

This commit is contained in:
Alexander Færøy 2015-10-03 19:07:08 +02:00
parent 5f35fbc57a
commit 2127fd362e
No known key found for this signature in database
GPG Key ID: E15081D5D3C3DB53

View File

@ -22,5 +22,5 @@ install: true
script:
- ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build
- cat config.log
- make
- make CFLAGS="-Wall -Werror"
- make install