Change -cpp to -fpp for ifort.

This commit is contained in:
Paul Romano 2013-06-03 20:02:57 -04:00
parent 3ff930be50
commit a9f7723d95

View file

@ -72,7 +72,7 @@ endif
ifeq ($(COMPILER),intel)
F90 = ifort
F90FLAGS := -cpp -warn -assume byterecl -traceback
F90FLAGS := -fpp -warn -assume byterecl -traceback
LDFLAGS =
# Debugging