Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
def
debug():
39
global __debug
40
if
__debug is None:
41
__debug =
"--debug-configuration"
in bjam.variable(
"ARGV"
)
42
return
__debug
43
44
feature.extend(
'toolset'
, [
'gcc'
])
45
Callers
1
init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected