forked from bip/bip
1
0
Fork 0

CFLAGS: use -W{all,extra,error} by default again

This commit is contained in:
Pierre-Louis Bonicoli 2018-12-11 11:12:08 +01:00
parent 1f8a8763cb
commit 09053fc5f0
Signed by untrusted user: pilou
GPG Key ID: ADC2651DDACD3538
1 changed files with 2 additions and 0 deletions

View File

@ -25,3 +25,5 @@ bipmkpw_SOURCES = bipmkpw.c md5.c util.c
bipmkpw_CFLAGS = ${OPENSSL_CFLAGS}
AM_YFLAGS= -d
BUILT_SOURCES = conf.c conf.h lex.c
AM_CFLAGS=-Wall -Wextra -Werror