OpenSSL Optimizations

Chuck Swiger cswiger at mac.com
Wed Dec 1 00:01:09 UTC 2010


On Nov 30, 2010, at 3:19 PM, Devin Teske wrote:
> I'm trying to determine what -- if any -- compiler optimizations are
> applied to crytpo libs/engines in FreeBSD, and the following output is
> not very helpful:

The default compiler flags are:

  cc -O2 -fno-strict-aliasing

Regards,
-- 
-Chuck



More information about the freebsd-questions mailing list