From a873a4c8702f8133d104814e855cc6d3738f331f Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sun, 2 Jun 2019 21:21:37 +0200 Subject: remove redundant flags for ifort --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3