Enable assertions to catch errors early.

This commit is contained in:
Stephan Erb 2008-05-19 20:03:22 +00:00
parent ea00e4d933
commit 304da5e252

View file

@ -15,4 +15,4 @@ if [ "x${OS}" == "xDarwin" ]; then
fi
cd ${BASE}/src
exec -a gajim python -OOt gajim.py $@
exec -a gajim python -t gajim.py $@