diff options
Diffstat (limited to 'fortran/config/unicos10.0.X')
-rw-r--r-- | fortran/config/unicos10.0.X | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/unicos10.0.X b/fortran/config/unicos10.0.X index 541bd78..1858c9a 100644 --- a/fortran/config/unicos10.0.X +++ b/fortran/config/unicos10.0.X @@ -160,7 +160,7 @@ fi if test "X-" = "X-$f9x_flags_set"; then F9XSUFFIXFLAG="" FSEARCH_DIRS="" - FFLAGS="-dp" + FFLAGS="$FFLAGS -dp" DEBUG_FFLAGS="-dp" PROD_FFLAGS="-dp" PROFILE_FFLAGS="-dp" |