View | Details | Raw Unified | Return to bug 223532
Collapse All | Expand All

(-)b/usr.bin/grep/Makefile (+1 lines)
Lines 48-53 MLINKS+= grep.1 egrep.1 \ Link Here
48
		grep.1 fgrep.1 \
48
		grep.1 fgrep.1 \
49
		grep.1 rgrep.1
49
		grep.1 rgrep.1
50
50
51
CFLAGS+=	-DWITH_INTERNAL_NOSPEC
51
CFLAGS.gcc+= --param max-inline-insns-single=500
52
CFLAGS.gcc+= --param max-inline-insns-single=500
52
53
53
.if !defined(BOOTSTRAPPING)
54
.if !defined(BOOTSTRAPPING)

Return to bug 223532