summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-08-16 16:03:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-08-16 16:03:22 +0000
commit8885505f1dd18a004b647a5f915edfd498911492 (patch)
treeb8dd8a7ce54d83766ed7172e1cf58dbfbd877d57 /Makefile
parent1398804b467ce1057db65d1628b1b9e79e099c4b (diff)
downloadldetect-8885505f1dd18a004b647a5f915edfd498911492.tar
ldetect-8885505f1dd18a004b647a5f915edfd498911492.tar.gz
ldetect-8885505f1dd18a004b647a5f915edfd498911492.tar.bz2
ldetect-8885505f1dd18a004b647a5f915edfd498911492.tar.xz
ldetect-8885505f1dd18a004b647a5f915edfd498911492.zip
- usb.c: allocate mem as pci.c does
- usb.c: kill dead code - usb.c: give url to get info on /proc/bus/usb/devices format - usb.c: the /proc/bus/usb/devices really is a state machine; use switch to make it clearer - {usb,pci}.c: r.nb is zeroed in all path, let's do it only time
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac7d295..d4ffee3 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ includedir = $(prefix)/include
binaries = lspcidrake
libraries = libldetect.a
-CFLAGS = -Wall -W -Os -Wstrict-prototypes -g
+CFLAGS = -Wall -W -Wstrict-prototypes -g
build: $(binaries) $(libraries)