diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-05 08:56:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-05 08:56:28 +0000 |
commit | 16c77aa4a48cd684497c27278cba6e6dea451a74 (patch) | |
tree | 1072aec0707464f6fe2fa5e22d64dd21fcf7929c /Makefile | |
parent | 2f1753b08d32b67844343587755c3c204166ec5f (diff) | |
download | ldetect-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)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |