Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 3 of 3) sorted by relevance

/build/scripts/util/
Dpyd.py29 DEBUG = int(os.environ.get('PRINT_BUILD_EXPLANATIONS', 0)) variable
35 if DEBUG:
84 'debug': bool(DEBUG),
/build/config/compiler/
DBUILD.gn1599 # A helper config that all configs passing /DEBUG to the linker should
1607 # /DEBUG causes the linker to generate a pdb file, and to write the absolute
1629 ldflags = [ "/DEBUG:FASTLINK" ]
1635 ldflags = [ "/DEBUG:GHASH" ]
1637 ldflags = [ "/DEBUG" ]
1640 # All configs using /DEBUG should include this:
1644 # /DEBUG:FASTLINK requires every object file to have standalone debug
1709 ldflags = [ "/DEBUG" ]
1711 # All configs using /DEBUG should include this:
/build/config/
DBUILDCONFIG.gn321 # Specifies which components use the DEBUG compilation level