diff options
Diffstat (limited to 'config/pgi-fflags')
-rw-r--r-- | config/pgi-fflags | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/config/pgi-fflags b/config/pgi-fflags index ea59c2d..e617db6 100644 --- a/config/pgi-fflags +++ b/config/pgi-fflags @@ -59,11 +59,7 @@ if test "X-pgf90" = "X-$f9x_vendor"; then FFLAGS="$FFLAGS -Mdclchk -Mstandard -Minform,warn" # Production - - # Omit frame pointer for optimized code? - NOFP=${NOFP:=-Mnoframe} - - PROD_FFLAGS="-fast -s $NOFP" + PROD_FFLAGS="-fast -s -Mnoframe" # Debug DEBUG_FFLAGS="-g -Mbounds -Mchkfpstk -Mchkptr" |