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

Function debug

v2/tools/msvc.py:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42__debug = None
43
44def debug():
45 global __debug
46 if __debug is None:
47 __debug = "--debug-configuration" in bjam.variable("ARGV")
48 return __debug
49
50
51# It is not yet clear what to do with Cygwin on python port.

Callers 3

configureFunction · 0.70
configure_reallyFunction · 0.70
register_configurationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected