summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-05 08:56:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-05 08:56:28 +0000
commit16c77aa4a48cd684497c27278cba6e6dea451a74 (patch)
tree1072aec0707464f6fe2fa5e22d64dd21fcf7929c
parent2f1753b08d32b67844343587755c3c204166ec5f (diff)
downloadldetect-16c77aa4a48cd684497c27278cba6e6dea451a74.tar
ldetect-16c77aa4a48cd684497c27278cba6e6dea451a74.tar.gz
ldetect-16c77aa4a48cd684497c27278cba6e6dea451a74.tar.bz2
ldetect-16c77aa4a48cd684497c27278cba6e6dea451a74.tar.xz
ldetect-16c77aa4a48cd684497c27278cba6e6dea451a74.zip
compile with -Os (which results in saving 12% of text size)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)