On Monday, January 4, 2016 at 2:22:34 PM UTC-5, Jeffrey Walton wrote:
>
>
>
> On Monday, January 4, 2016 at 1:25:36 PM UTC-5, jh...@emocha.com wrote:
>>
>> I think this would be an awesome help! Especially for those of us doing 
>> multi-platform development not privy to each platform's flags.
>>
>
> I actually had you in mind :) And others, too, since it comes up on 
> occasion.
>
> The changes are being tested now. I'll have the results in 3 or 4 hours.
>

This tested OK. It was committed at 
https://github.com/weidai11/cryptopp/commit/9696b9e5e79ff18a30956467497e757562e26310
 
. 

To use it to build the library, just issue 'make lean'. It builds the 
static library, the shared library and cryptest.exe. The static library 
will be ready for dead code removal.

You will still need to link your application to the library, and use 
-Wl,--gc-sections 
(Linux and Unix) or -Wl,-dead_strip (OS X), to get the benefits.

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to