mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +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",
|
"-DHAVE_PTHREAD=1",
|
||||||
"-DTORRENT_USE_OPENSSL=1",
|
"-DTORRENT_USE_OPENSSL=1",
|
||||||
"-DHAVE_SSL=1",
|
"-DHAVE_SSL=1",
|
||||||
"-O2"
|
"-O2",
|
||||||
|
"-DNDEBUG"
|
||||||
]
|
]
|
||||||
|
|
||||||
removals = ["-Wstrict-prototypes"]
|
removals = ["-Wstrict-prototypes"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue