MCPcopy Create free account
hub / github.com/boostorg/build / debug

Function debug

v2/tools/rc.py:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30__debug = None
31
32def debug():
33 global __debug
34 if __debug is None:
35 __debug = "--debug-configuration" in bjam.variable("ARGV")
36 return __debug
37
38type.register('RC', ['rc'])
39

Callers 1

configureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected