aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/cflags.xml
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-03 16:14:14 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-03 16:14:14 +0000
commitd4ec4c4c3a9e788c04513298ae06efa0d9ebbfce (patch)
tree29c91d891c8a34d1f8d9c00a25db68301ed02e6f /build_tools/cflags.xml
parent05e481bb17d9ebf457dbd049f6804d49a95e7d2a (diff)
Merge in changes that allow Asterisk to be built against the Hoard
memory allocator. See doc/hoard.txt for more details. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@135405 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools/cflags.xml')
-rw-r--r--build_tools/cflags.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml
index 5073897ee..9f8f4b954 100644
--- a/build_tools/cflags.xml
+++ b/build_tools/cflags.xml
@@ -10,6 +10,10 @@
</member>
<member name="LOW_MEMORY" displayname="Optimize for Low Memory Usage">
</member>
+ <member name="USE_HOARD_ALLOCATOR" displayname="Use the Hoard Memory Allocator instead of the default system one">
+ <defaultenabled>no</defaultenabled>
+ <depend>hoard</depend>
+ </member>
<member name="LOTS_OF_SPANS" displayname="More than 32 DAHDI spans">
</member>
<member name="RADIO_RELAX" displayname="Relax DTMF for Radio Applications">