From 885b9095c4c9b0f8d2814dec6cd1212d6535cd8d Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 9 Jan 2016 12:33:33 +0000 Subject: [PATCH] option not supported by slightly older gfortran versions. thx to Luv for pointing out --- code/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/Makefile b/code/Makefile index 4fa934278..a6bd5e2dc 100644 --- a/code/Makefile +++ b/code/Makefile @@ -164,7 +164,6 @@ DEBUG_OPTIONS_ifort :=-g\ LINK_OPTIONS_gfortran :=-Wl,-undefined,dynamic_lookup COMPILE_OPTIONS_gfortran :=-xf95-cpp-input\ -ffree-line-length-132\ - -ffpe-summary=all\ -fimplicit-none\ -fmodule-private\ -Wall\ @@ -176,7 +175,7 @@ COMPILE_OPTIONS_gfortran :=-xf95-cpp-input\ -Wconversion-extra\ -Wimplicit-procedure\ -Wno-unused-parameter - +#-ffpe-summary=all only for newer gfortran ################################################################################################### #COMPILE SWITCHES #-shared