add O2 flag

This commit is contained in:
Marcos Pinto 2007-08-05 09:52:50 +00:00
parent 1a3a630f4e
commit c6481f8da5
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ if not OS == "win":
"-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1",
"-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1",
"-DHAVE_PTHREAD=1", "-DTORRENT_USE_OPENSSL=1", "-DHAVE_SSL=1",
"-DNDEBUG=1"]
"-DNDEBUG=1", "-O2"]
if ARCH == "x64":
EXTRA_COMPILE_ARGS.append("-DAMD64")