[svn-r11639] Purpose:

Cleanup

Description:
Removed the redundent use of -Minform,warn which is the default anyway.

Platforms tested:
Heping with pgi compilers.
This commit is contained in:
Albert Cheng 2005-10-31 13:37:41 -05:00
parent 836cb7f7ba
commit 00ed4bfbb7

View File

@ -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