i changed the makefile to build a shared object and now my exe has about, 80kb!
thx! regards, Petar Forai On Wednesday 16 February 2005 07:10, Wei Dai wrote: > Please try the compiler flags in the comments at the top of GNUmakefile. > > On Tue, 15 Feb 2005, Petar Forai wrote: > > hi! > > > > > > i use crypto++ just for generating a SHA-1 value auf a string(just one > > filter and a stringsource) and i wrote a routine that does DES_EDE3 > > encryption on an array of bytes. > > > > the footprint of the application(ELF format) is 8MB without stripping and > > 1.5MB with stripping. > > > > are there any possiblities to reduce the size of crypto++ base > > applications on the crypto++ side? > > > > 1.5MB footprint of an executable for just ~150 SLOC is a bit heavy :) > > > > regards, > > > > Petar Forai
