"Kayvan A. Sylvan" wrote:
>
> On Fri, Jun 09, 2000 at 12:34:25AM -0300, Garst R. Reese wrote:
> > I tried it. It fails. It bails out when it cannot strip something. In
> > particular reLyX. Anything after that, e.g., man pages, does not get
> > installed.
> > Garst
>
> Here's what I would do (as in the RPM spec file):
>
> CXXFLAGS="-O2" CFLAGS="-O2" ./configure --prefix=/usr
>
> And then the make happens without the debug flag.
>
I used to do that, but then it got more complicated with the
no-exceptions, no-rtii flags (or something like that).