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

(-)lang/pnet/Makefile.pnet (-1 / +1 lines)
Lines 12-18 Link Here
12
ILSTRIP_CMD=	${LOCALBASE}/bin/ilstrip
12
ILSTRIP_CMD=	${LOCALBASE}/bin/ilstrip
13
13
14
.if defined(WITH_OPTIMIZED_CSFLAGS)
14
.if defined(WITH_OPTIMIZED_CSFLAGS)
15
CSFLAGS=-02
15
CSFLAGS=-O2
16
.endif
16
.endif
17
17
18
pre-everything:: post-everything
18
pre-everything:: post-everything

Return to bug 64448