From 7d2bb8504d6c6c4d0ed0c48e3b3b7ded94e783a3 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Wed, 21 Dec 2011 12:07:14 +0000 Subject: [PATCH] - 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 --- usr.bin/mkesdb/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/mkesdb/Makefile.inc b/usr.bin/mkesdb/Makefile.inc index 33d0b36db68..ce817fafe51 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