Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
debug():
33
global __debug
34
if
__debug is None:
35
__debug =
"--debug-configuration"
in bjam.variable(
"ARGV"
)
36
return
__debug
37
38
type.register(
'RC'
, [
'rc'
])
39
Callers
1
configure
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected