Force '-DNDEBUG'.

This commit is contained in:
Andrew Resch 2008-01-09 07:12:04 +00:00
parent e491ecf0df
commit 2e895795b6
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ _extra_compile_args = [
"-DHAVE_PTHREAD=1",
"-DTORRENT_USE_OPENSSL=1",
"-DHAVE_SSL=1",
"-O2"
"-O2",
"-DNDEBUG"
]
removals = ["-Wstrict-prototypes"]