From owner-freebsd-current@FreeBSD.ORG Sun Feb 10 18:51:27 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0E8A47DB for ; Sun, 10 Feb 2013 18:51:27 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id A7B72CF3 for ; Sun, 10 Feb 2013 18:51:26 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U4bzo-0006RN-W8; Sun, 10 Feb 2013 18:51:25 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U4bzo-0003Sn-8R; Sun, 10 Feb 2013 18:51:24 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r1AIpNQI055659; Sun, 10 Feb 2013 18:51:23 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r1AIpNWs055658; Sun, 10 Feb 2013 18:51:23 GMT (envelope-from mexas) Date: Sun, 10 Feb 2013 18:51:23 GMT From: Anton Shterenlikht Message-Id: <201302101851.r1AIpNWs055658@mech-cluster241.men.bris.ac.uk> To: bsam@passap.ru, sgk@troutmask.apl.washington.edu Subject: Re: 7+ days of dogfood In-Reply-To: <20130210164424.GA77092@troutmask.apl.washington.edu> Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 18:51:27 -0000 Date: Sun, 10 Feb 2013 08:44:24 -0800 From: Steve Kargl To: Boris Samorodov Subject: Re: 7+ days of dogfood > > FFLAGS = -O2 -pipe -march=native -mtune=native > > I don't like using "=" for FLAGS at make.conf... > > > FFLAGS+= -funroll-loops -ftree-vectorize > > ... as well as defaults overriding. > FFLAGS are the options used while compiling Fortran. Having spent years contributing to and testing gfortran, I am fairly comfortable with these options. Do you recommend these FFLAGS settings to all users of gfortran (via lang/gcc4x)? For example, I use blas, lapack, slatec, atlas, etc. Should I use these FFLAGS too? Thanks Anton