Enable -Wall by default.

This commit is contained in:
Ari Koivula 2014-04-04 12:46:45 +03:00
parent 69ac9176a5
commit 61256fc31a

View file

@ -45,7 +45,7 @@ else
endif
CC = gcc
CCFLAGS = $(DFLAGS) -I. -I/usr/local/include -L/usr/local/lib
CCFLAGS = $(DFLAGS) -I. -I/usr/local/include -L/usr/local/lib -Wall
LDFLAGS += -lm
LD = gcc
YASM = yasm