Add assert message.
[amitay/build-farm.git] / builder72.fns
1 CFLAGS="-g $CFLAGS"
2 export CFLAGS
3 MAXTIME=32400 # 9 hours
4 SMBD_MAXTIME=25200 # 7 hours for a samba process ..
5 # default maximum memory size (100M) for any command
6 export MAXTIME SMBD_MAXTIME
7 compilers="gcc cc"
8 export compilers
9
10 . generic.fns