1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

use -W too

This commit is contained in:
Daniel Stenberg 2002-02-22 13:53:41 +00:00
parent 4d0e51aead
commit 94482d7ca5

View File

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