summaryrefslogtreecommitdiffstats
path: root/config/pgi-fflags
diff options
context:
space:
mode:
Diffstat (limited to 'config/pgi-fflags')
-rw-r--r--config/pgi-fflags4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pgi-fflags b/config/pgi-fflags
index 9bfa55c..9c3194b 100644
--- a/config/pgi-fflags
+++ b/config/pgi-fflags
@@ -70,7 +70,7 @@ if test "X-pgf90" = "X-$f9x_vendor"; then
FC_BASENAME=pgf90
F9XSUFFIXFLAG=""
FSEARCH_DIRS=""
- FCFLAGS="$FCFLAGS -Mdclchk -Mstandard -Minform,warn"
+ FCFLAGS="$FCFLAGS -Minform,warn"
# Production
# Check for MPI wrapper being used and tweak down compiler options
@@ -84,7 +84,7 @@ if test "X-pgf90" = "X-$f9x_vendor"; then
PROD_FCFLAGS="-fast -s -Mnoframe"
# Debug
- DEBUG_FCFLAGS="-g -Mbounds -Mchkfpstk -Mchkptr"
+ DEBUG_FCFLAGS="-g -Mbounds -Mchkfpstk -Mchkptr -Mdclchk"
# Profile
PROFILE_FCFLAGS="-g -Mprof=func,line"