arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation

Home Page:http://libtorrent.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Size rasterbar.so.10.0.0 = 81MByte

xdostup opened this issue · comments

Good day.
libtorrent-1.2.19 gcc-4.9(and gcc-9.5) boost-1.69 i686(32bit)

./configure --prefix=/usr/local --enable-encryption --with-boost=yes --disable-logging --with-cxx-standard=11

after building size libtorrent-rasterbar.a = 180MByte and libtorrent-rasterbar.so.10.0.0 = 81MByte. Is such a large size normal ?

b2 install -j 2 --prefix=./usr/local cxxstd=11 release boost-link=static logging=off dht=on asserts=off encryption=on crypto=openssl debug-symbols=off i2p=on profile-calls=off utp-log=off picker-debugging=off

libtorrent-rasterbar.so.10.0.0 = 5MByte size is normal

hello master255. I think a bug into ./configure and debug mode is not disabled

Okay. Don't forget to close the issue.