diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-07-09 01:35:28 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-07-09 01:35:28 +0000 |
commit | 21c6b5f817e11e517d135263e91658406751c617 (patch) | |
tree | 49915f4bae785bd38ff3878d89bd75bac500a944 /math/atlas-devel | |
parent | 5ed199fee3f499fadac7352361a7bfdc753943ae (diff) | |
download | ports-21c6b5f817e11e517d135263e91658406751c617.tar.gz ports-21c6b5f817e11e517d135263e91658406751c617.zip |
A better WITH_OPTIMIZED_FLAGS.
Notes
Notes:
svn path=/head/; revision=167242
Diffstat (limited to 'math/atlas-devel')
-rw-r--r-- | math/atlas-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index 2e306f1eae70..ac69c0ad1e53 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -35,7 +35,7 @@ USE_GCC=3.4 # only affects for lapack sub project .if defined(WITH_OPTIMIZED_FLAGS) -FFLAGS+=-pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time +FFLAGS+= -mtune=${CPUTYPE} -pipe -O2 -ffast-math -fomit-frame-pointer .endif post-patch: |