precision is set explicitly via Fortran kinds

This commit is contained in:
Martin Diehl 2022-09-10 13:04:20 +02:00
parent a9aa222961
commit afc3622366
1 changed files with 0 additions and 10 deletions

View File

@ -16,16 +16,6 @@
# AEM
if test "$MARCDLLOUTDIR" = ""; then
DLLOUTDIR="$MARC_LIB"
@@ -477,8 +486,8 @@ if test "$MARC_INTEGER_SIZE" = "i4" ; then
I8DEFINES=
I8CDEFINES=
else
- I8FFLAGS="-i8"
+ I8FFLAGS="-i8 -integer-size 64"
I8DEFINES="-DI64"
I8CDEFINES="-U_DOUBLE -D_SINGLE"
fi
@@ -594,7 +605,7 @@ then
PROFILE=" $PROFILE -pg"
fi