Skip to content
Snippets Groups Projects
Commit 68e83a29 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 12/12/2016: Rules.LXcray.mk , for problem with *.mod generation, add -em...

Juan 12/12/2016: Rules.LXcray.mk , for problem with *.mod generation, add -em -ef for cdf/grib_api lib creation
parent e5470e36
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ OPT_NOCB = $(OPT_BASE) $(OPT_PERF1)
endif
#
#
FC = ftn
FC = ftn -em -ef
FCFLAGS = -em -ef
CC=gcc
export FC CC FCFLAGS
......@@ -98,6 +98,11 @@ endif
#
TARGET_GRIBEX=linux
CNAME_GRIBEX=_gfortran
#
# GRIB_API
#
GRIBAPI_CONF="FCFLAGS= -em -ef "
#
# LIBTOOLS flags
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment