Changeset 64c820a in flexpart.git for flexpart_code/makefile.general.gfortran


Ignore:
Timestamp:
Nov 7, 2016, 11:58:25 AM (8 years ago)
Author:
Gerald Klinkl <gerald.klinkl@…>
Branches:
FPv9.3.1, FPv9.3.2, fp9.3.1-20161214-nc4, grib2nc4_repair
Children:
b6b9db0, 0e7a55c, 5b3cc42
Parents:
8083347
Message:

Fix "relocation truncated to fit:" errors

Fix "relocation truncated to fit:" errors when compiling flexpart with
gfortran and medium memory model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flexpart_code/makefile.general.gfortran

    r8083347 r64c820a  
    2323#LIBPATH2 = /usr/lib/x86_64-linux-gnu
    2424
    25 FFLAGS   =   -O2 -m64 -mcmodel=large -fconvert=little-endian -frecord-marker=4 -I$(INCPATH)
     25FFLAGS   =   -O2 -m64 -mcmodel=medium -fconvert=little-endian -frecord-marker=4 -I$(INCPATH)
    2626
    2727LDFLAGS  = $(FFLAGS) -L$(LIBPATH2) -L$(LIBPATH1) -lgrib_api_f90 -lgrib_api -lm -ljasper
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG