From 16c77aa4a48cd684497c27278cba6e6dea451a74 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Jul 2002 08:56:28 +0000 Subject: compile with -Os (which results in saving 12% of text size) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5d85a2..9c8ddd9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ includedir = $(prefix)/include binaries = lspcidrake libraries = libldetect.a -CFLAGS = -Wall -W -Wstrict-prototypes -g +CFLAGS = -Wall -W -Os -Wstrict-prototypes -g build: $(binaries) $(libraries) -- cgit v1.2.1