use -W too

This commit is contained in:
Daniel Stenberg 2002-02-22 13:53:41 +00:00
parent 4d0e51aead
commit 94482d7ca5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC = gcc
CFLAGS = -g -Wall
CFLAGS = -g -Wall -W
.PHONY: all clean