From xemacs-m  Sat Feb  8 19:13:08 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA14325
	for <xemacs-beta@xemacs.org>; Sat, 8 Feb 1997 19:13:06 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQccbs19449; Sat, 8 Feb 1997 20:13:07 -0500 (EST)
Date: Sat, 8 Feb 1997 20:13:07 -0500 (EST)
Message-Id: <QQccbs19449.199702090113@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: wot i need
In-Reply-To: <m27mkiu8ku.fsf@altair.xemacs.org>
References: <199702082350.AA191485848@martigny.ai.mit.edu>
	<m27mkiu8ku.fsf@altair.xemacs.org>

Steven L. Baur writes:
 > Bill Dubuque writes:
 > 
 > > : Date: Sat, 8 Feb 1997 18:39:25 -0500 (EST)
 > > : From: Kyle Jones <kyle_jones@wonderworks.com>
 > > : 
 > > : Steven L. Baur writes:
 > > : > 
 > > : > ... I timed XEmacs *faster* than Emacs running this code.
 > 
 > (See previous benchmarking articles posted to this list for reference).
 > 
 > > : Not me.  41 vs. 62 seconds.
 > 
 > You remembered to turn off all debugging, right?

Refresh my memory on how to do this.  I use this config script.

CONFIG=`./config.guess`

./configure $CONFIG \
  --run-in-place \
  --site-libraries=/usr/local/lib \
  --site-includes=/usr/local/include \
  --with-xpm \
  --with-xface \
  --with-png \
  --with-gif \
  --with-jpeg \
  --compiler=gcc2 \
  --cflags="-g -O2 -fno-strength-reduce" \
  --rel-alloc=no \
  --error-checking=none \
  --verbose "$@"

