Skip to content

Commit

Permalink
sanitize=address
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Jul 28, 2023
1 parent dcbedf8 commit 8705837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
extra_compile_args.append('/Z7')
extra_compile_args.append('/Zc:ternary')
extra_compile_args.append('/bigobj')
extra_compile_args.append('/fsanitize=address')
extra_link_args.append('/DEBUG:FULL')
libraries += ['user32', 'rpcrt4']

Expand Down

0 comments on commit 8705837

Please sign in to comment.