aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0f53c01..52ee01c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,8 @@ FFLAGS = -std=f2008 -Wall -pedantic -fbounds-check -fimplicit-none \
endif
ifeq ($(FC), ifort)
-FFLAGS = -std08 -module . -implicitnone -pedantic -check bounds \
- -O2 -I/usr/include -lfftw3 -lm
+FFLAGS = -std08 -module . -implicitnone -check bounds -O2 \
+ -I/usr/include -lfftw3
endif
endif