These are the flags I am using, I am pretty sure they are the same as the 
GCC flags:
/O1 (Size optimisation)
/Os (Compiler prefers size optimisation)

Intrinsic functions have been disabled and inline function expansion has 
been left as default (/Ob2)

The library is being built as release, so no debug symbols. I may just look 
around on github to see if anyone has an AES implementation in C or C++ as 
I only need AES.

On Monday, 1 July 2013 18:25:52 UTC+1, Stefano Mtangoo wrote:
>
>
>
> On Monday, July 1, 2013 6:32:46 PM UTC+3, Sameh Hussain wrote:
>>
>> Hi,
>> I am using crypto++ for a personal project. So far I have it decrypting a 
>> file that has been encrypted with AES, just adding this functionality adds 
>> ~226KB to the filesize. I am using Visual Studio and I have compiled 
>> crypto++ statically with all the optimisation aimed towards reducing the 
>> size (speed isn't an issue), is there anything else I could do to reduce 
>> the filesize.
>>
>
> What VS optimization have you applied? Also is library built with debug 
> flag?
> I exclusively use GCC so I don't know answers to those questions AFA VS is 
> concerned!
> Best Regards,
> Stefano 
>

-- 
-- 
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.
--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to