- Added extra compiler warnings by default

This commit is contained in:
Paul Bakker 2011-01-18 16:28:42 +00:00
parent b06819bb5d
commit e9426948fa
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
# To compile on MinGW: add "-lws2_32" to LDFLAGS
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement
CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -W -Wdeclaration-after-statement
OFLAGS = -O
LDFLAGS = -L../library -lpolarssl