summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"