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')