One change that you may want to make is turning off the optimisations.  I
think the flags are /Ox /Ob2 /O2. /Ox and /O2 will cause eVC4 to break with
internal compiler errors on a number of modules.


Well, let's set them to "least common denominator"

How does /O1i sound? 1 means optimize for space (should be appropriate for embedded systems:-), i - enables intrinsics (to gain some performance "back"). A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to