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:
parent
2744e071c8
commit
e1a067b7f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127268
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user