Browse Source

Leave a comment about boost DEFINE and RC_1_1. Issues #7050 #6761.

adaptive-webui-19844
sledgehammer999 7 years ago
parent
commit
2d119c3e9d
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 1
      winconf.pri

1
winconf.pri

@ -21,6 +21,7 @@ LIBS += $$quote(-LC:/qBittorrent/openssl/lib) @@ -21,6 +21,7 @@ LIBS += $$quote(-LC:/qBittorrent/openssl/lib)
# BOOST DEFINES
DEFINES += BOOST_ALL_NO_LIB
DEFINES += BOOST_ASIO_HASH_MAP_BUCKETS=1021
# Disable this if building against libtorrent 1.1.x (RC_1_1)
DEFINES += BOOST_ASIO_SEPARATE_COMPILATION
# After 1.55 some Windows users reported regular UI freezes.
# This makes ASIO use the pre-1.56 way of doing things. See issue #2003

Loading…
Cancel
Save