Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 21:18:43 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1187316 for review
Message-ID:  <201310232118.r9NLIhLd085311@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1187316?ac=10

Change 1187316 by brooks@brooks_zenith on 2013/10/23 21:18:09

	Revert 218102 to reduce diffs to HEAD.  This is now implemented
	in the build system.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/lib/libc/stdlib/jemalloc/Makefile.inc#4 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/lib/libc/stdlib/jemalloc/Makefile.inc#4 (text+ko) ====

@@ -41,4 +41,6 @@
 	jemalloc.3 nallocm.3 \
 	jemalloc.3 malloc.conf.5
 
+.if defined(MALLOC_PRODUCTION)
 CFLAGS+=	-DMALLOC_PRODUCTION
+.endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310232118.r9NLIhLd085311>