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 | |
parent | f5cc65558de1251bca940b54eefd93ae1cfe960e (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-fem/Makefile | 2 | ||||
-rw-r--r-- | science/isaac-cfd/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/science/isaac-cfd/Makefile b/science/isaac-cfd/Makefile index dfe197c261d4..797ea5781c5a 100644 --- a/science/isaac-cfd/Makefile +++ b/science/isaac-cfd/Makefile @@ -36,7 +36,7 @@ PLIST_SUB= WITH_EXAMPLES="" .endif .if defined(WITH_OPTIMIZED_FLAGS) -FFLAGS+= -O2 -ffast-math -funroll-loops -fexpensive-optimizations +FFLAGS+= -O2 -ffast-math .endif pre-configure: |