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

(-)Makefile (-1 / +1 lines)
Lines 89-98 Link Here
89
.if ${OSVERSION} > 500000 || (defined(USE_GCC) && (${USE_GCC} == 3.0 || ${USE_GCC} == 3.1 || ${USE_GCC} == 3.2 || ${USE_GCC} == 3.3))
89
.if ${OSVERSION} > 500000 || (defined(USE_GCC) && (${USE_GCC} == 3.0 || ${USE_GCC} == 3.1 || ${USE_GCC} == 3.2 || ${USE_GCC} == 3.3))
90
CFLAGS+=	-fno-gcse
90
CFLAGS+=	-fno-gcse
91
.endif
91
.endif
92
.endif
92
CXXFLAGS+=	${CFLAGS} -felide-constructors -fno-rtti
93
CXXFLAGS+=	${CFLAGS} -felide-constructors -fno-rtti
93
.if ${OSVERSION} >= 400002
94
.if ${OSVERSION} >= 400002
94
CXXFLAGS+=	-fno-exceptions
95
CXXFLAGS+=	-fno-exceptions
95
.endif
96
.endif
96
.endif
97
97
98
# MySQL-Server part
98
# MySQL-Server part

Return to bug 58509