diff options
-rw-r--r-- | config/pgi-fflags | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/pgi-fflags b/config/pgi-fflags index 9c3194b..16f425f 100644 --- a/config/pgi-fflags +++ b/config/pgi-fflags @@ -70,7 +70,8 @@ if test "X-pgf90" = "X-$f9x_vendor"; then FC_BASENAME=pgf90 F9XSUFFIXFLAG="" FSEARCH_DIRS="" - FCFLAGS="$FCFLAGS -Minform,warn" + # Uncomment the following to add something specific for FCFLAGS. + #FCFLAGS="$FCFLAGS" # Production # Check for MPI wrapper being used and tweak down compiler options |