aboutsummaryrefslogtreecommitdiffstats
path: root/math/atlas
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-07-09 09:35:28 +0800
committermaho <maho@FreeBSD.org>2006-07-09 09:35:28 +0800
commit950f29df63cd82c10d5136d99544fff3dbf082f5 (patch)
treefe195b2b5ef00139954e54718007fe18e8b9105f /math/atlas
parentc962434f1b72aa189a78d186100368f68c1f0975 (diff)
downloadfreebsd-ports-graphics-950f29df63cd82c10d5136d99544fff3dbf082f5.tar.gz
freebsd-ports-graphics-950f29df63cd82c10d5136d99544fff3dbf082f5.tar.zst
freebsd-ports-graphics-950f29df63cd82c10d5136d99544fff3dbf082f5.zip
A better WITH_OPTIMIZED_FLAGS.
Diffstat (limited to 'math/atlas')
-rw-r--r--math/atlas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile
index a1e9cb0c67a..c63854e4b59 100644
--- a/math/atlas/Makefile
+++ b/math/atlas/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: