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 /science/elmer-fem | |
parent | f5cc65558de1251bca940b54eefd93ae1cfe960e (diff) |
Notes
Diffstat (limited to 'science/elmer-fem')
-rw-r--r-- | science/elmer-fem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index 10808732b629..696fa612f93e 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -30,7 +30,7 @@ FC= ${LOCALBASE}/bin/gfortran41 F77= ${FC} .ifdef WITH_OPTIMIZED_FLAGS -FCFLAGS+= -O3 -ffast-math -funroll-loops +FCFLAGS+= -O3 -ffast-math .endif USE_AUTOTOOLS= autoconf:259 |