Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2008 02:13:15 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153065 for review
Message-ID:  <200811170213.mAH2DFmm055896@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153065

Change 153065 by jb@jb_freebsd3 on 2008/11/17 02:12:38

	Turn off CTF by default.

Affected files ...

.. //depot/projects/dtrace6/src/share/mk/sys.mk#5 edit

Differences ...

==== //depot/projects/dtrace6/src/share/mk/sys.mk#5 (text+ko) ====

@@ -38,6 +38,12 @@
 CFLAGS		?=	-O2 -fno-strict-aliasing -pipe
 .endif
 
+# Turn CTF conversion off by default for now. This default could be
+# changed later if DTrace becomes popular.
+.if !defined(WITH_CTF)
+NO_CTF		=	1
+.endif
+
 .if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "sparc64"
 NO_CTF=		1
 .endif



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