Skip to content

Commit

Permalink
Enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mxamin committed Apr 15, 2024
1 parent d60d5c2 commit 1b9ad2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def run(self):
self.static = os.environ.get('PYXMLSEC_STATIC_DEPS', False)
self.size_opt = os.environ.get('PYXMLSEC_OPTIMIZE_SIZE', True)

self.debug = True

if self.static or sys.platform == 'win32':
self.info('starting static build on {}'.format(sys.platform))
buildroot = Path('build', 'tmp')
Expand Down

0 comments on commit 1b9ad2e

Please sign in to comment.