mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Force '-DNDEBUG'.
This commit is contained in:
parent
e491ecf0df
commit
2e895795b6
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -53,7 +53,8 @@ _extra_compile_args = [
|
|||
"-DHAVE_PTHREAD=1",
|
||||
"-DTORRENT_USE_OPENSSL=1",
|
||||
"-DHAVE_SSL=1",
|
||||
"-O2"
|
||||
"-O2",
|
||||
"-DNDEBUG"
|
||||
]
|
||||
|
||||
removals = ["-Wstrict-prototypes"]
|
||||
|
|
Loading…
Add table
Reference in a new issue