changeset 1383:7a41db04d1b8 stable-0.5

r1376 merge: add debug info for Sun Studio
author Igor Sysoev <igor@sysoev.ru>
date Sat, 11 Aug 2007 10:13:37 +0000
parents 4184d55f7831
children 6485121a080d
files auto/cc/sunc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/auto/cc/sunc
+++ b/auto/cc/sunc
@@ -155,3 +155,6 @@ fi
 
 # stop on warning
 CFLAGS="$CFLAGS -errwarn=%all"
+
+# debug
+CFLAGS="$CFLAGS -g"