diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-25 12:58:05 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-25 12:58:05 +0000 |
commit | e76fa3979e477371873cdef87df29b0bbbfda0d8 (patch) | |
tree | 4e3532f24b075420b5fc7dabd28d230000f6b466 /math/elmer-mathlibs | |
parent | f5cc65558de1251bca940b54eefd93ae1cfe960e (diff) | |
download | ports-e76fa3979e477371873cdef87df29b0bbbfda0d8.tar.gz ports-e76fa3979e477371873cdef87df29b0bbbfda0d8.zip |
Notes
Diffstat (limited to 'math/elmer-mathlibs')
-rw-r--r-- | math/elmer-mathlibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/elmer-mathlibs/Makefile b/math/elmer-mathlibs/Makefile index 6046f261cd4d..3bb9e7a53712 100644 --- a/math/elmer-mathlibs/Makefile +++ b/math/elmer-mathlibs/Makefile @@ -31,7 +31,7 @@ FC= ${LOCALBASE}/bin/gfortran41 F77= ${FC} .ifdef WITH_OPTIMIZED_FLAGS -FFLAGS+= -O3 -ffast-math -funroll-loops +FFLAGS+= -O3 -ffast-math .endif CONFIGURE_ENV+= F77=${FC} FFLAGS="${FFLAGS}" |