|
From: Ethan A M. <sf...@us...> - 2012-04-19 01:11:09
|
On Wednesday, April 18, 2012 05:15:57 pm pl...@pi... wrote: > > If anyone's interested, a minimal gnuplot for embedded is still under a > meg when stripped. > > ARCH=arm ./configure --host=arm-unknown-linux-gnueabi --without-x > --without-pdf \ > --without-cairo --disable-wxwidgets --without-x --without-tutorial \ > --prefix=/root_image/usr --without-lua --disable-h3d-quadtree > --disable-stats --disable-history-file > > > ls -ail src/gnuplot > 17869545 -rwxr-xr-x 1 user users 966600 Apr 19 02:09 src/gnuplot > > regards, Peter. If you are desparate for spare kilobytes, changing the macro STORE_WITH_LOG_AND_UPDATE_RANGE into a subroutine reduces the total size of the default executable by about 2%. I would guess the effect on your minimal executable would be correspondingly larger. Ethan |