mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Start of porting to newest sip. Not quite ready yet…
This commit is contained in:
@@ -120,7 +120,7 @@ class Configuration(object):
|
||||
self.SIPOPTS = ' '.join(['-w', # enable warnings
|
||||
'-o', # turn on auto-docstrings
|
||||
#'-e', # turn on exceptions support
|
||||
'-T', # turn off writing the timestamp to the generated files '-g', # always release and reaquire the GIL
|
||||
#'-T', # turn off writing the timestamp to the generated files '-g', # always release and reaquire the GIL
|
||||
#'-r', # turn on function call tracing
|
||||
'-I', os.path.join(phoenixDir(), 'src'),
|
||||
'-I', os.path.join(phoenixDir(), 'sip', 'gen'),
|
||||
|
||||
Reference in New Issue
Block a user