Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-08-07 14:56:45 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-08-07 14:56:45 +0400
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 d464c6e11..0d7e2b2a7 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"