diff options
author | fjoe <fjoe@FreeBSD.org> | 2011-11-30 18:22:44 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2011-11-30 18:22:44 +0000 |
commit | 9b7ab43dcdbe6b21b4a718849c27cc616538a0be (patch) | |
tree | 52b724925fda0c5db6c417d8c54f295593b57af0 /tools | |
parent | f4904d54c66224509faadc55ae5e3461bb545466 (diff) | |
download | FreeBSD-src-9b7ab43dcdbe6b21b4a718849c27cc616538a0be.zip FreeBSD-src-9b7ab43dcdbe6b21b4a718849c27cc616538a0be.tar.gz |
Add WITH_CTF description.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITH_CTF | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/options/WITH_CTF b/tools/build/options/WITH_CTF new file mode 100644 index 0000000..8085632 --- /dev/null +++ b/tools/build/options/WITH_CTF @@ -0,0 +1,4 @@ +.\" $FreeBSD$ +Set to compile with CTF (Compact C Type Format) data. +CTF data encapsulates a reduced form of debugging information +similar to DWARF and the venerable stabs and is required for DTrace. |