Skip to content

Commit d3acef5

Browse files
committed
250814.233734.CST [skip ci] update Makefile.common
1 parent ea73259 commit d3acef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fortran/tests/makefiles/Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ endif
9292
# Define the compiler-dependent "fast flags", which will be used when FFLAGS is -fast.
9393
AFF := -O4
9494
DFF := -O4 -Ofast -ffast-math # As of AOCC 4.2, -Ofast implies -O3, but it is not clear whether it implies -ffast-math
95-
FFF := -O3 -Ofast -ffast-math # No documentation found about the relation between -Ofast, -O3, and -ffast-math
95+
FFF := -O3 -ffast-math -fstack-arrays # Suggested by flang 20.1.7
9696
GFF := -Ofast # -Ofast implies -O3 and -ffast-math
9797
NFF := -O4
9898
RFF := -Ofast -ffast-math # -Ofast implies -O3, but no documentation found about the relation between -Ofast and -ffast-math

0 commit comments

Comments
 (0)