summaryrefslogtreecommitdiffstats
path: root/sys/modules/umass
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-11-17 01:40:24 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-11-17 01:40:24 +0000
commit98a212df1f8810b90c299e120edcbfba1877933a (patch)
treef1c377d313601ede4f21e2dcd33d994d366ff10a /sys/modules/umass
parent0c3ce35c8e45176f0dc67ede6a19fca00dae6080 (diff)
downloadFreeBSD-src-98a212df1f8810b90c299e120edcbfba1877933a.zip
FreeBSD-src-98a212df1f8810b90c299e120edcbfba1877933a.tar.gz
Remove -O from CFLAGS
Diffstat (limited to 'sys/modules/umass')
-rw-r--r--sys/modules/umass/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/umass/Makefile b/sys/modules/umass/Makefile
index 3d7a81f..1fb09e1 100644
--- a/sys/modules/umass/Makefile
+++ b/sys/modules/umass/Makefile
@@ -9,13 +9,15 @@ SRCS = bus_if.h device_if.h vnode_if.h \
opt_usb.h opt_cam.h opt_scsi.h \
umass.c
NOMAN =
-CFLAGS += -g -O
+#CFLAGS += -g
+CFLAGS = -g
CLEANFILES += bus_if.h device_if.h vnode_if.h \
opt_usb.h opt_cam.h opt_scsi.h \
vnode_if.c
opt_usb.h:
echo > opt_usb.h
+# echo '#define UMASS_DEBUG 1' >> opt_usb.h
opt_scsi.h:
echo '#define SCSI_DELAY 15000' > opt_scsi.h
opt_cam.h:
OpenPOWER on IntegriCloud