Add compile arg needed by libtorrent 0.16.x

This commit is contained in:
John Garland 2012-08-27 08:25:38 +10:00
parent 3569e18712
commit 725d06f439
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ _extra_compile_args = [
"-DNDEBUG",
"-DTORRENT_USE_OPENSSL=1",
"-DBOOST_FILESYSTEM_VERSION=2",
"-DBOOST_ASIO_SEPARATE_COMPILATION",
"-O2",
]