[opensource-dev] tcmalloc

Boroondas Gupte sllists at boroon.dasgupta.ch
Fri May 20 13:38:07 PDT 2011


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 'advanced' variables will be hidden. To include
them use -LA or -LAH respectively.

You can set variables during configuration, or afterwards and then
reconfigure. For setting them afterwards, the interactive command line
tool ccmake <http://linux.die.net/man/1/ccmake> and the GUI tool
cmake-gui are available. (Note that both commands require that you pass
the build dir as argument.) Existence of some variables depends on
values of other variables, so when re-configuring after changing one or
several variables, new variables might appear.

I hope this helps.
Cheers,
Boroondas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110520/a0fb9dd0/attachment.htm 


More information about the opensource-dev mailing list