secp256k1 extmod: compile with -Wextra and static analyzer enabled
This commit is contained in:
parent
6f5484d82c
commit
05b297efca
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
16.2.dev12
|
||||
16.2.dev13
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -63,5 +63,6 @@ setup(
|
|||
libraries = ['gmp', 'secp256k1', 'bcrypt'] if sys.platform == 'win32' else ['secp256k1'],
|
||||
include_dirs = ['/usr/local/include'] if sys.platform == 'darwin' else [],
|
||||
library_dirs = ['/usr/local/lib'] if sys.platform == 'darwin' else [],
|
||||
extra_compile_args = ['-Wextra', '-fanalyzer'] if sys.platform == 'linux' else [],
|
||||
)]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue