mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Add Config.SIP_TRACE flag
This commit is contained in:
2
build.py
2
build.py
@@ -1285,7 +1285,7 @@ def cmd_sip(options, args):
|
|||||||
sip_module = 'wx.siplib', # the fully qualified name of the sip module
|
sip_module = 'wx.siplib', # the fully qualified name of the sip module
|
||||||
sbf_file=sbf, # File to write the generated file lists to
|
sbf_file=sbf, # File to write the generated file lists to
|
||||||
exceptions = False, # enable support for exceptions
|
exceptions = False, # enable support for exceptions
|
||||||
tracing = False, # generate code with tracing enabled
|
tracing = cfg.SIP_TRACE, # generate code with tracing enabled
|
||||||
sources_dir = tmpdir, # the name of the code directory
|
sources_dir = tmpdir, # the name of the code directory
|
||||||
extracts = [pycode], # add <ID:FILE> to the list of extracts to generate
|
extracts = [pycode], # add <ID:FILE> to the list of extracts to generate
|
||||||
pyi_extract=pyi_extract, # the name of the .pyi stub file
|
pyi_extract=pyi_extract, # the name of the .pyi stub file
|
||||||
|
|||||||
@@ -86,6 +86,7 @@ class Configuration(object):
|
|||||||
# The name of the top-level package
|
# The name of the top-level package
|
||||||
|
|
||||||
SIP_ABI = '12.8'
|
SIP_ABI = '12.8'
|
||||||
|
SIP_TRACE = False
|
||||||
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# Basic initialization and configuration code
|
# Basic initialization and configuration code
|
||||||
|
|||||||
Reference in New Issue
Block a user