On 15 Nov., 16:05, "Jeffrey Walton" <[EMAIL PROTECTED]> wrote:
> I never worry about code size. For me, it is kind of like carbon
> dioxide in the atmosphere. I do my little part (to keep my emissions
> to a minimum), but there's not much else I can do. Also, Release vs
> Debug will produce different final executable sizes. In the end, the
> linker should only use what is needed from the library.
>
> Seehttp://groups.google.com/group/cryptopp-users/search?group=cryptopp-u....
>
Thanx for your reply Jeffrey!
If the linker really is smart enough to include only what is needed
then thats perfectly fine for me - Im not trying to get size down to
an absolute minimum, I was only worried that the entire library (45
MB) of which my project would use 0,01% (you get the point ;-) ) would
be included in my project build. If this would be the case, Id simply
try to find other crypto modules or single code for the hash/crc
functions I will need.
Norbert
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users"
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---