From ba718f466b14bc75b30ac358958dcac5d3605756 Mon Sep 17 00:00:00 2001 From: Holger <holger.grosshans@ptb.de> Date: Wed, 22 Apr 2020 16:27:06 +0200 Subject: [PATCH] modified: src/makefile --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index 148b351..c2b1f4e 100644 --- a/src/makefile +++ b/src/makefile @@ -15,7 +15,7 @@ INC = # gcc: CMP = mpifort #O3: optimization -FLAGS = -O3 -mcmodel=medium -pg +FLAGS = -O3 -mcmodel=medium #debugging: #FLAGS = -g3 -O0 -fbounds-check -mcmodel=medium -fimplicit-none -fcheck=all -fbacktrace -floop-nest-optimize -ffpe-trap=invalid,zero,overflow -Wconversion -fno-tree-vectorize FFLAGS = -c $(FLAGS) -- GitLab