summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-08-07 10:56:45 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-08-07 10:56:45 +0000
commitc92483b948ddbfb45ce767bdb0aad597aac15243 (patch)
tree7714b8cb92814760a2212db86e649f40f90c8659 /auto
parentfda6a08f71e2131c374aca7d488ae25ae3c6ea3f (diff)
add debug info for Sun Studio
Diffstat (limited to 'auto')
-rw-r--r--auto/cc/sunc3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/cc/sunc b/auto/cc/sunc
index d464c6e1..0d7e2b2a 100644
--- a/auto/cc/sunc
+++ b/auto/cc/sunc
@@ -155,3 +155,6 @@ fi
# stop on warning
CFLAGS="$CFLAGS -errwarn=%all"
+
+# debug
+CFLAGS="$CFLAGS -g"