Well, it is not only the makefile issue that you are facing. You will also
want
to use conditional compile statements to exclude code sections _in_ the
source files
which are not relevant for your application. I have been looking at that
and found
it a daunting task if you REALLY want to go down into details to find all
unused
code. An approach down the middle lane which involves some engineering
judgement but may still occasionally miss to remove a piece of code is
quite
effective and saves much effort. If someone has also ventured to make a
detailed analysis I would like to hear about it, which tool s/he used and
how
much code size reduction s/he accomlished.

Regards, Martin

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to