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

Function debug

v2/tools/gcc.py:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36__debug = None
37
38def debug():
39 global __debug
40 if __debug is None:
41 __debug = "--debug-configuration" in bjam.variable("ARGV")
42 return __debug
43
44feature.extend('toolset', ['gcc'])
45

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected