summaryrefslogtreecommitdiffstats
path: root/config/pgi-fflags
diff options
context:
space:
mode:
Diffstat (limited to 'config/pgi-fflags')
-rw-r--r--config/pgi-fflags3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/pgi-fflags b/config/pgi-fflags
index fbcba52..08dfe6e 100644
--- a/config/pgi-fflags
+++ b/config/pgi-fflags
@@ -84,13 +84,14 @@ if test "X-pgf90" = "X-$f9x_vendor"; then
#else
# PROD_FCFLAGS="-O2 -s"
#fi
- PROD_FCFLAGS="-fast -s -Mnoframe"
+ PROD_FCFLAGS="-fast -Mnoframe"
# Debug
DEBUG_FCFLAGS="-Mbounds -Mchkptr -Mdclchk"
# Symbols
SYMBOLS_FCFLAGS="-g"
+ NO_SYMBOLS_FCFLAGS="-s"
# Profiling
PROFILE_FCFLAGS="-Mprof=func,line"