From a38252f346224254b7ea61c760c55ec7c07f312f Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Sun, 12 Aug 2007 18:18:35 +0000 Subject: 'decent' CFLAGS should not feature -O3. Bug 188619 svn path=/main/trunk/; revision=7596 --- cnf/make.conf.x86-fbsd.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cnf/make.conf.x86-fbsd.diff') diff --git a/cnf/make.conf.x86-fbsd.diff b/cnf/make.conf.x86-fbsd.diff index 787bc352..c2cf7cb7 100644 --- a/cnf/make.conf.x86-fbsd.diff +++ b/cnf/make.conf.x86-fbsd.diff @@ -48,8 +48,8 @@ # +# Decent examples: +# -+#CFLAGS="-mtune=athlon-xp -O3 -pipe" -+#CFLAGS="-march=pentium3 -O3 -pipe" ++#CFLAGS="-mtune=athlon-xp -O2 -pipe" ++#CFLAGS="-march=pentium3 -O2 -pipe" + # If you set a CFLAGS above, then this line will set your default C++ flags to # the same settings. -- cgit v1.2.3-18-g5258