diff options
author | maho <maho@FreeBSD.org> | 2005-01-25 13:40:14 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-01-25 13:40:14 +0800 |
commit | 01ea647f95be21e286098481aa74ca87925e969b (patch) | |
tree | cefdec9d40ef78804831ef9ee38a2b0b9697126b /math/atlas-devel/Makefile | |
parent | 56e9b7f1b776a784efe77042fe03f2e2854ec098 (diff) | |
download | freebsd-ports-gnome-01ea647f95be21e286098481aa74ca87925e969b.tar.gz freebsd-ports-gnome-01ea647f95be21e286098481aa74ca87925e969b.tar.zst freebsd-ports-gnome-01ea647f95be21e286098481aa74ca87925e969b.zip |
Reduce optimization level so that not get trapped
at infinite loop
Diffstat (limited to 'math/atlas-devel/Makefile')
-rw-r--r-- | math/atlas-devel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index 51d169bd0cf0..c905ee32a6a8 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -33,10 +33,7 @@ USE_GCC=3.4 # only affects for lapack sub project .if defined(WITH_OPTIMIZED_FLAGS) -FFLAGS+=-pipe -O3 -ffast-math -finline-functions -fstrength-reduce -funroll-loops -fexpensive-optimizations -.if (${MACHINE_ARCH} == "i386" && !${MACHINE_ARCH} == "amd64" ) -FFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double -.endif # i386 +FFLAGS+=-pipe -O3 -ffast-math .endif post-patch: |