<div dir="ltr">Hi,<div><br></div><div style>What is the right size of libtag.dll? I compiled taglib using MinGW and libtag.dll has 2.1 MB. After strip.exe --strip-all it has 900 kB. Is exists any other switch to make it smaller (I'm not saying that 900 kB is big)?</div>
<div style>Same thing on linux (64 bit): by default libtag.so has 2.3 MB, but after strip it has 1.7 MB</div><div style><br></div><div style>BTW I have questions about zlib: </div><div style>1. Is zlib required for make? Because I tried compile with and wihout zlib and don't see any difference (except that my application need zlib.dll to run). Does it have some impact for tags reading speed?</div>
<div style>2. How to disable zlib without uninstall it? I have tried command (linux):</div><div style><br></div><div style>cmake -DCMTK_WITH_ZLIB=OFF -WITH_ZLIBINC="/tmp" ./<br></div><div style><br></div><div style>
But I get:</div><div style>-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.7")<br></div><div style><div>CMake Warning:</div><div>  Manually-specified variables were not used by the project:</div>
<div><br></div><div>    CMTK_WITH_ZLIB</div><div><br></div><div style>Regards</div></div></div>