From xemacs-m  Sat Feb  8 19:18:20 1997
Received: from mailhost.lanl.gov (mailhost.lanl.gov [128.165.3.12])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA14372
	for <xemacs-beta@xemacs.org>; Sat, 8 Feb 1997 19:18:19 -0600 (CST)
Received: from branagh.ta52.lanl.gov (branagh.ta52.lanl.gov [128.165.144.9]) by mailhost.lanl.gov (8.8.5/8.8.3) with SMTP id SAA23466 for <xemacs-beta@xemacs.org>; Sat, 8 Feb 1997 18:18:20 -0700 (MST)
Received: by branagh.ta52.lanl.gov (SMI-8.6/SMI-SVR4)
	id SAA00855; Sat, 8 Feb 1997 18:14:47 -0700
Date: Sat, 8 Feb 1997 18:14:47 -0700
Message-Id: <199702090114.SAA00855@branagh.ta52.lanl.gov>
From: "John A. Turner" <turner@branagh.ta52.lanl.gov>
To: xemacs-beta@xemacs.org
Subject: Re: wot i need
In-Reply-To: <QQccbs19449.199702090113@crystal.WonderWorks.COM>
References: <199702082350.AA191485848@martigny.ai.mit.edu>
	<m27mkiu8ku.fsf@altair.xemacs.org>
	<QQccbs19449.199702090113@crystal.WonderWorks.COM>
Reply-To: turner@lanl.gov

Kyle Jones writes:
 > Steven L. Baur writes:
 >  > 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 "$@"

You also need --debug=no, I believe...

-John

