summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
Diffstat (limited to 'config/gnu-flags')
-rw-r--r--config/gnu-flags4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index 232bf05..ecb5859 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -127,8 +127,8 @@ case "$cc_vendor-$cc_version" in
DEBUG_CPPFLAGS=
# Symbols
- SYMBOL_CFLAGS="-g"
- SYMBOL_CPPFLAGS=
+ SYMBOLS_CFLAGS="-g"
+ SYMBOLS_CPPFLAGS=
# Profile
PROFILE_CFLAGS="-pg"