diff options
Diffstat (limited to 'config/dec-flags')
-rw-r--r-- | config/dec-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dec-flags b/config/dec-flags index 33924ee..d35dee8 100644 --- a/config/dec-flags +++ b/config/dec-flags @@ -86,7 +86,7 @@ fi if test "X-" = "X-$f9x_flags_set"; then F9XSUFFIXFLAG="" FSEARCH_DIRS="" - FFLAGS="-Olimit 2048 -std1" + FFLAGS="$FFLAGS -Olimit 2048 -std1" DEBUG_FFLAGS="-Olimit 2048 -std1" PROD_FFLAGS="-Olimit 2048 -std1" PROFILE_FFLAGS="-Olimit 2048 -std1" |