Re: [opensource-dev] tcmalloc

2011-05-21 Thread Kiptic ‌
> After configuring, try > cmake -L build-*/ > or, if you also want the help strings > cmake -LH build-*/ ... Perfect, just what I needed! /Kip ___ Policies and (un)subscribe information available

Re: [opensource-dev] tcmalloc

2011-05-20 Thread Boroondas Gupte
On 05/20/2011 10:20 PM, Kiptic ‌ wrote: > However, I was wondering more about any other useful -D options that > might be lurking in there. Is there a list somewhere? After configuring, try cmake -L build-*/ or, if you also want the help strings cmake -LH build-*/ by default, so-called

Re: [opensource-dev] tcmalloc

2011-05-20 Thread Kiptic ‌
> For Fmod fixes see : > https://jira.secondlife.com/browse/STORM-1023 > that is the issue that fixed fmod for OS devs plus there are instructions > there on how to make your own local package for the autobuild system to use. Great, thanks! I'm using the -DFMOD_INCLUDE_DIR etc. now with great s

Re: [opensource-dev] tcmalloc

2011-05-19 Thread WolfPup Lowenhar
-dev-boun...@lists.secondlife.com] On Behalf Of Kiptic ? Sent: Thursday, May 19, 2011 7:02 PM To: opensource-dev@lists.secondlife.com Subject: Re: [opensource-dev] tcmalloc Thanks, ReleaseWithDebInfoOS solved it! > 2. Instead of using -DFMOD:BOOL=True use -DFMOD=ON Ahhh! Are all these documen

Re: [opensource-dev] tcmalloc

2011-05-19 Thread Kiptic ‌
Thanks, ReleaseWithDebInfoOS solved it! > 2. Instead of using -DFMOD:BOOL=True use -DFMOD=ON Ahhh! Are all these documented somewhere btw? /Kip ___ Policies and (un)subscribe information available here:

Re: [opensource-dev] tcmalloc

2011-05-19 Thread Nicky Perian
Try RelWithDebInfoOS From: Kiptic ‌ To: opensource-dev@lists.secondlife.com Sent: Thu, May 19, 2011 1:20:08 PM Subject: [opensource-dev] tcmalloc Hi, when trying to compile (18425): autobuild --debug configure -c OpenSourceRelWithDebInfo -- -DFMOD:BOOL=TRU

Re: [opensource-dev] tcmalloc

2011-05-19 Thread WolfPup Lowenhar
1. It looks like your using and older copy of the repository because your using OpenSourceRelWithDebInfo where as in the current copy you should be using ReleaseWithDebInfoOS 2. Instead of using -DFMOD:BOOL=True use -DFMOD=ON From: opensource-dev-boun...@lists.secondlife.com [mailto:

Re: [opensource-dev] TCMalloc Memory Profiling?

2010-10-02 Thread Boroondas Gupte
On 10/02/2010 09:57 PM, miss c wrote: > I saw the memoryprofiling debug option to enable the TCMalloc's memory > profiling. Reading up on it here > http://goog-perftools.sourceforge.net/doc/tcmalloc.html I guess you're talking about the "MemProfiling" debug setting? (When talking about less well