On Fri, Mar 13, 2009 at 06:45:29PM +0100, Angelo Graziosi wrote:

> The following happens at least (I haven't tried other systems) on
> Cygwin, both with mrxvt-0.5.4 and current svn 398.
>
> If I have well understood, building as suggested by INSTALL file, with
>
> ./configure --enable-everything --disable-debug
>
> make
> ...
>
> should build Mrxvt *without* debug info, i.e. without the option '-g'
> for GCC. Instead in the build log I find:
>
> [...]
> gcc -DPKG_CONF_DIR=\"/usr/local/etc/mrxvt\" -I. -I.. -g -O2 -Wall -fPIC
> -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -c mjpg.c
> [...]
>
> i.e. ALL the .c file are compiled with 'gcc ... -g ...'. The result,
> mrxvt.exe, has a size 1709438 bytes; when stripped, 'strip -s', the
> size is 273920.

Hmm. Did you run autoconf and regenerate these files on your system? It
seems to work correctly on my system (Gentoo).

Try doing CFLAGS=-O2 in addition to --disable-debug. If it works let me
know,

GI

-- 
100 THINGS I'D DO IF I EVER BECAME AN EVIL OVERLORD
15. I will never employ any device with a digital countdown. If I find
that such a device is absolutely unavoidable, I will set it to activate
when the counter reaches 117 and the hero is just putting his plan into
operation.

Attachment: pgptbMso6OHHG.pgp
Description: PGP signature

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Materm-devel mailing list
Materm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-devel
mrxvt home page: http://materm.sourceforge.net

Reply via email to