From f27c07273d055fa46e91e3ae3fc886a35356ee50 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Tue, 9 Dec 2008 21:02:30 +0000 Subject: Print all compiler warnings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abeab7e..147df92 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ endif all: $(TARGETS) dlfcn.o: - $(CC) -o dlfcn.o -c dlfcn.c -O3 -fomit-frame-pointer + $(CC) -o dlfcn.o -c dlfcn.c -Wall -O3 -fomit-frame-pointer libdl.a: dlfcn.o ar cru libdl.a dlfcn.o -- cgit v1.2.3-55-g6feb