diff options
author | fjoe <fjoe@FreeBSD.org> | 2011-11-29 19:46:17 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2011-11-29 19:46:17 +0000 |
commit | d235e86b9ee4443c3e1bc35c770dd2e2f80634dc (patch) | |
tree | a1f837c5e779404c3522d790ee366f232bb56ea4 /tools | |
parent | 2bcf67d3be3a9aef90bd495040c1981c1f011f0a (diff) | |
download | FreeBSD-src-d235e86b9ee4443c3e1bc35c770dd2e2f80634dc.zip FreeBSD-src-d235e86b9ee4443c3e1bc35c770dd2e2f80634dc.tar.gz |
Turn off profiled libs build by default.
Can be enabled back using WITH_PROFILE=yes in /etc/src.conf
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITHOUT_PROFILE | 2 | ||||
-rw-r--r-- | tools/build/options/WITH_PROFILE | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/options/WITHOUT_PROFILE b/tools/build/options/WITHOUT_PROFILE deleted file mode 100644 index 12fc060..0000000 --- a/tools/build/options/WITHOUT_PROFILE +++ /dev/null @@ -1,2 +0,0 @@ -.\" $FreeBSD$ -Set to avoid compiling profiled libraries. diff --git a/tools/build/options/WITH_PROFILE b/tools/build/options/WITH_PROFILE new file mode 100644 index 0000000..41a5922 --- /dev/null +++ b/tools/build/options/WITH_PROFILE @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to build profiled libraries. |