X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=3818635aadad6570bfb10e8fbcb9b4950751f951;hb=97e544bba9e3a0dacb3a7542952ea9f1b903667e;hp=dc66640ca6632dc6270c28e05b3b9a9288d2b1e0;hpb=22fb1bf2ded30790d135adaba81a7e0169549599;p=libfirm diff --git a/config.h.in b/config.h.in index dc66640ca..3818635aa 100644 --- a/config.h.in +++ b/config.h.in @@ -11,7 +11,7 @@ * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ -/* define to enable debugging stuff. */ +/* define to 1 to enable debugging stuff. */ #undef DEBUG_libfirm /* Define to disable assertion checking. */ @@ -88,6 +88,9 @@ /* Define to 1 if Firm statistics are activated */ #undef FIRM_STATISTICS +/* Define to 1 for heap analysis support */ +#undef DO_HEAPANALYSIS + /* Define the right volatile token */ #undef volatile