diff options
Diffstat (limited to 'fortran/config')
-rw-r--r-- | fortran/config/unicosmk2.0.X | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/unicosmk2.0.X b/fortran/config/unicosmk2.0.X index 3c46387..b52bca3 100644 --- a/fortran/config/unicosmk2.0.X +++ b/fortran/config/unicosmk2.0.X @@ -160,7 +160,7 @@ if test "X-" = "X-$F9X"; then fi if test "X-" = "X-$f9x_flags_set"; then - FFLAGS="-dp" + FFLAGS="-dp -Wl\"-M 405\"" DEBUG_FFLAGS="-dp" PROD_FFLAGS="-dp" PROFILE_FFLAGS="-dp" |