From 725d06f439908e187f464b5e227d7e088d2febf8 Mon Sep 17 00:00:00 2001 From: John Garland Date: Mon, 27 Aug 2012 08:25:38 +1000 Subject: Add compile arg needed by libtorrent 0.16.x --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3d05655b2..cef21f951 100755 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ _extra_compile_args = [ "-DNDEBUG", "-DTORRENT_USE_OPENSSL=1", "-DBOOST_FILESYSTEM_VERSION=2", + "-DBOOST_ASIO_SEPARATE_COMPILATION", "-O2", ] -- cgit