Changeset 1535 for trunk/src/kmk/make.h


Ignore:
Timestamp:
Apr 21, 2008, 12:19:40 AM (17 years ago)
Author:
bird
Message:

Made the allocated and allocated-sum optional as they made xmalloc and xfree very expensive. New argument: --statistics / KMK_OPTS_STATISTICS=[1|0]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/make.h

    r1438 r1535  
    503503extern int pretty_command_printing;
    504504#endif
     505#ifdef CONFIG_WITH_MAKE_STATS
     506extern int make_expensive_statistics;
     507#endif
     508
    505509
    506510/* can we run commands via 'sh -c xxx' or must we use batch files? */
Note: See TracChangeset for help on using the changeset viewer.