summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkesdb
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2011-12-21 12:07:14 +0000
committergabor <gabor@FreeBSD.org>2011-12-21 12:07:14 +0000
commitac043fc94de8701975ba63c00025d1924276bccc (patch)
tree38e3d016edca840ef12d1eaf5db07ec6df05e1a4 /usr.bin/mkesdb
parent7bd2d75f37bf175e19c8a11cd17e960b5186f779 (diff)
downloadFreeBSD-src-ac043fc94de8701975ba63c00025d1924276bccc.zip
FreeBSD-src-ac043fc94de8701975ba63c00025d1924276bccc.tar.gz
- Remove a GCC-specific compiler flag that was added before to eliminate
some warnings but at the moment does not seem to be necessary. Submitted by: arundel (via private mail) Tested by: arundel MFC after: 1 week
Diffstat (limited to 'usr.bin/mkesdb')
-rw-r--r--usr.bin/mkesdb/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mkesdb/Makefile.inc b/usr.bin/mkesdb/Makefile.inc
index 33d0b36..ce817fa 100644
--- a/usr.bin/mkesdb/Makefile.inc
+++ b/usr.bin/mkesdb/Makefile.inc
@@ -2,5 +2,4 @@
SRCS+= lex.l yacc.y
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mkesdb \
- -I${.CURDIR}/../../lib/libc/iconv \
- --param max-inline-insns-single=64
+ -I${.CURDIR}/../../lib/libc/iconv
OpenPOWER on IntegriCloud