Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 1995 22:24:35 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        gary@palmer.demon.co.uk
Cc:        ports@freebsd.org
Subject:   Re: elm
Message-ID:  <199509210524.WAA06250@silvia.HIP.Berkeley.EDU>
In-Reply-To: <1235.811643314@palmer.demon.co.uk> (message from Gary Palmer on Thu, 21 Sep 1995 01:28:34 %2B0100)

next in thread | previous in thread | raw e-mail | index | archive | help
 * FreeBSD has dropped the default optimization level for the system down
 * to -O now, and I just noticed that by default elm is compiled with
 * -O2. Do we want to drop this down to match the rest of the system?
 * (For those who didn't see the reasoning behind the -O2 -> -O move
 *  for the base installation, it's because of optimizer bugs in GCC
 *  on Intel platforms)

Rather, if you can make it pick up CFLAGS from /etc/make.conf, that
would be fine.  I'm a little weary of going into every port and
changing -O2 -> -O, because we would then want to revert all of them
when the new version of the compiler is imported and/or the bug is
fixed.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509210524.WAA06250>