summaryrefslogtreecommitdiffstats
path: root/config/pgi-flags
diff options
context:
space:
mode:
Diffstat (limited to 'config/pgi-flags')
-rw-r--r--config/pgi-flags4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pgi-flags b/config/pgi-flags
index 674f60e..a6dcba3 100644
--- a/config/pgi-flags
+++ b/config/pgi-flags
@@ -90,8 +90,8 @@ if test "X-pgcc" = "X-$cc_vendor"; then
DEBUG_CPPFLAGS=
# Symbols
- SYMBOL_CFLAGS="-g"
- SYMBOL_CPPFLAGS=
+ SYMBOLS_CFLAGS="-g"
+ SYMBOLS_CPPFLAGS=
# Profiling
PROFILE_CFLAGS="-Mprof=func,line"