PERFORCE change 153065 for review

John Birrell jb at FreeBSD.org
Sun Nov 16 18:13:16 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153065

Change 153065 by jb at 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


More information about the p4-projects mailing list