summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-03 12:01:30 +0000
committermarcel <marcel@FreeBSD.org>2000-01-03 12:01:30 +0000
commit5ed0012e7954ab698a7048e9eb3a3a139422399f (patch)
tree4c929935d64505654099b11145eb55264bb4e9bc /usr.sbin/i4b
parentc9131e98dc5d9f19934a076312eef79e9e78a2f0 (diff)
downloadFreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.zip
FreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.tar.gz
Remove -g compiler flag.
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r--usr.sbin/i4b/dtmfdecode/Makefile2
-rw-r--r--usr.sbin/i4b/g711conv/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/i4b/dtmfdecode/Makefile b/usr.sbin/i4b/dtmfdecode/Makefile
index ed0af4e..0623e12 100644
--- a/usr.sbin/i4b/dtmfdecode/Makefile
+++ b/usr.sbin/i4b/dtmfdecode/Makefile
@@ -12,7 +12,7 @@ SRC = dtmfdecode.c
# libm is only necessary if USE_COS is defined in the source
#LDADD += -lm
-CFLAGS += -Wall -g -DDEBUG
+CFLAGS += -Wall -DDEBUG
MAN1 = dtmfdecode.1
test: ${PROG}
diff --git a/usr.sbin/i4b/g711conv/Makefile b/usr.sbin/i4b/g711conv/Makefile
index f96de26..c02dd5f 100644
--- a/usr.sbin/i4b/g711conv/Makefile
+++ b/usr.sbin/i4b/g711conv/Makefile
@@ -8,7 +8,7 @@
PROG = g711conv
SRC = g711conv.c
-CFLAGS += -Wall -g
+CFLAGS += -Wall
MAN1 = g711conv.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud