Alexander Skwar <[EMAIL PROTECTED]> writes:

> On Mon, Aug 07, 2000 at 09:51:53PM +0200, Stefan van der Eijk wrote:
> > -make CFLAGS="$RPM_OPT_FLAGS"
> > +%make
> 
> Again, by doing so, aren't you compiling with no optimization?  %make
> basically expands to make -j1 or make -j2, no?

yep, agreed. should be 

%make CFLAGS="$RPM_OPT_FLAGS"

Reply via email to