fixed wrong string concatenation
This commit is contained in:
parent
0890d49a30
commit
2f76365ac8
|
@ -146,8 +146,7 @@ COMPILE_OPTIONS_ifort +=-fpp\
|
||||||
-ftz\
|
-ftz\
|
||||||
-assume byterecl
|
-assume byterecl
|
||||||
ifneq "$(FASTBUILD)" "YES"
|
ifneq "$(FASTBUILD)" "YES"
|
||||||
COMPILE_OPTIONS_ifort +=$(COMPILE_OPTIONS_ifort)\
|
COMPILE_OPTIONS_ifort +=-diag-enable sc3\
|
||||||
-diag-enable sc3\
|
|
||||||
-diag-disable 5268\
|
-diag-disable 5268\
|
||||||
-warn declarations\
|
-warn declarations\
|
||||||
-warn general\
|
-warn general\
|
||||||
|
@ -212,8 +211,7 @@ DEBUG_OPTIONS_ifort :=-g\
|
||||||
# stack:
|
# stack:
|
||||||
COMPILE_OPTIONS_gfortran :=-xf95-cpp-input
|
COMPILE_OPTIONS_gfortran :=-xf95-cpp-input
|
||||||
ifneq "$(FASTBUILD)" "YES"
|
ifneq "$(FASTBUILD)" "YES"
|
||||||
COMPILE_OPTIONS_gfortran +=$(COMPILE_OPTIONS_gfortran)\
|
COMPILE_OPTIONS_gfortran +=-ffree-line-length-132\
|
||||||
-ffree-line-length-132\
|
|
||||||
-fimplicit-none\
|
-fimplicit-none\
|
||||||
-fmodule-private\
|
-fmodule-private\
|
||||||
-Wall\
|
-Wall\
|
||||||
|
|
Loading…
Reference in New Issue