Add -g for sunX
authorMatthieu Patou <mat@matws.net>
Sun, 28 Nov 2010 21:33:20 +0000 (00:33 +0300)
committerMatthieu Patou <mat@matws.net>
Tue, 7 Dec 2010 21:07:05 +0000 (00:07 +0300)
sunX.fns

index 60ff7f6db7e792f1b24102b1b098742def734757..c982ffd44454890b8dfefab88d15a08846753d96 100644 (file)
--- a/sunX.fns
+++ b/sunX.fns
@@ -7,6 +7,8 @@ TORTURE_MAXTIME=3600
 SMBD_MAXTIME=42200
 SAMBA_MAXTIME=42200
 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
+CFLAGS="-g $CFLAGS"
+export CFLAGS
 
 compilers="cc gcc"
 for compiler in $compilers; do