option not supported by slightly older gfortran versions. thx to Luv for pointing out
This commit is contained in:
parent
5378dbdcc9
commit
885b9095c4
|
@ -164,7 +164,6 @@ DEBUG_OPTIONS_ifort :=-g\
|
||||||
LINK_OPTIONS_gfortran :=-Wl,-undefined,dynamic_lookup
|
LINK_OPTIONS_gfortran :=-Wl,-undefined,dynamic_lookup
|
||||||
COMPILE_OPTIONS_gfortran :=-xf95-cpp-input\
|
COMPILE_OPTIONS_gfortran :=-xf95-cpp-input\
|
||||||
-ffree-line-length-132\
|
-ffree-line-length-132\
|
||||||
-ffpe-summary=all\
|
|
||||||
-fimplicit-none\
|
-fimplicit-none\
|
||||||
-fmodule-private\
|
-fmodule-private\
|
||||||
-Wall\
|
-Wall\
|
||||||
|
@ -176,7 +175,7 @@ COMPILE_OPTIONS_gfortran :=-xf95-cpp-input\
|
||||||
-Wconversion-extra\
|
-Wconversion-extra\
|
||||||
-Wimplicit-procedure\
|
-Wimplicit-procedure\
|
||||||
-Wno-unused-parameter
|
-Wno-unused-parameter
|
||||||
|
#-ffpe-summary=all only for newer gfortran
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
#COMPILE SWITCHES
|
#COMPILE SWITCHES
|
||||||
#-shared
|
#-shared
|
||||||
|
|
Loading…
Reference in New Issue