nobuildΒΆ

Override the build commands to write empty files. This is useful for profiling and evaluating the Python overhead.

To use:

def build(bld):
    ...
    bld.load('nobuild')

Previous topic

md5_tstamp

Next topic

Waf tutorial

This Page