Enable assertions to catch errors early.
This commit is contained in:
parent
ea00e4d933
commit
304da5e252
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ if [ "x${OS}" == "xDarwin" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ${BASE}/src
|
cd ${BASE}/src
|
||||||
exec -a gajim python -OOt gajim.py $@
|
exec -a gajim python -t gajim.py $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue