1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Reduce optimization level so that not get trapped

at infinite loop
This commit is contained in:
Maho Nakata 2005-01-25 05:40:14 +00:00
parent 2744e071c8
commit e1a067b7f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127268
2 changed files with 2 additions and 8 deletions

View File

@ -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:

View File

@ -32,10 +32,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: