aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 568c96c..d910f7d 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -99,9 +99,9 @@ CFLAGS = -O -DUNDERSCORE
#FFLAGS = -g -O0 -C
##--------------------------
### Intel Fortran Compiler
-FC = ifort
-FFLAGS = -O
-FFLOPT = -O
+#FC = ifort
+#FFLAGS = -O
+#FFLOPT = -O
#FTNLIB = -Vaxlib /usr/lib/C-ctype.o /usr/lib/C_name.o /usr/lib/ctype-info.o
#FTNLIB = -Vaxlib
#FTNLIB = -i_dynamic
@@ -112,8 +112,8 @@ FFLAGS = -O -r8 -CB
FFLOPT = -O -r8 -CB
PLTOBJ = ../plotlib/libPltDP.a
-FFLAGS = -O -r8 -ftrapuv -fpe0
-FFLOPT = -O -r8 -ftrapuv -fpe0
+FFLAGS = -O -r8
+FFLOPT = -O -r8
all: $(PROGS)