diff options
Diffstat (limited to 'fortran/config/dec-flags')
-rw-r--r-- | fortran/config/dec-flags | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fortran/config/dec-flags b/fortran/config/dec-flags index c9a34b3..9af2aae 100644 --- a/fortran/config/dec-flags +++ b/fortran/config/dec-flags @@ -84,6 +84,8 @@ if test "X-" = "X-$F9X"; then fi if test "X-" = "X-$f9x_flags_set"; then + F9XSUFFIXFLAG="" + FSEARCH_DIRS="" FFLAGS="-Olimit 2048 -std1" DEBUG_FFLAGS="-Olimit 2048 -std1" PROD_FFLAGS="-Olimit 2048 -std1" |