View | Details | Raw Unified | Return to bug 224471 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/bsd.gecko.mk (+4 lines)
Lines 161-166 RUSTFLAGS+= ${CFLAGS:M-march=*:S/-march=/-C target-cpu=/} Link Here
161
RUSTFLAGS+=	${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/}
161
RUSTFLAGS+=	${CFLAGS:M-mcpu=*:S/-mcpu=/-C target-cpu=/}
162
.endif
162
.endif
163
163
164
.if ${WITH_CCACHE_BUILD}
165
MOZ_OPTIONS+=	--with-ccache
166
.endif
167
164
.if ${MOZILLA_VER:R:R} < 55 && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200032
168
.if ${MOZILLA_VER:R:R} < 55 && ${OPSYS} == FreeBSD && ${OSVERSION} < 1200032
165
# use jemalloc 3.0.0 (4.0 for firefox 43+) API for stats/tuning
169
# use jemalloc 3.0.0 (4.0 for firefox 43+) API for stats/tuning
166
MOZ_EXPORT+=	MOZ_JEMALLOC4=1
170
MOZ_EXPORT+=	MOZ_JEMALLOC4=1

Return to bug 224471