summaryrefslogtreecommitdiffstats
path: root/sys/modules/uhid
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/uhid
parent0c3ce35c8e45176f0dc67ede6a19fca00dae6080 (diff)
downloadFreeBSD-src-98a212df1f8810b90c299e120edcbfba1877933a.zip
FreeBSD-src-98a212df1f8810b90c299e120edcbfba1877933a.tar.gz
Remove -O from CFLAGS
Diffstat (limited to 'sys/modules/uhid')
-rw-r--r--sys/modules/uhid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/uhid/Makefile b/sys/modules/uhid/Makefile
index 829a214..c823511 100644
--- a/sys/modules/uhid/Makefile
+++ b/sys/modules/uhid/Makefile
@@ -7,7 +7,7 @@ SOURCE = ${.CURDIR}/../../dev/usb
KMOD = uhid_mod
SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h uhid.c
NOMAN =
-CFLAGS += -g -O
+CFLAGS += -g
CLEANFILES += bus_if.h device_if.h vnode_if.h opt_usb.h \
vnode_if.c
OpenPOWER on IntegriCloud