Remove the -OO in launch.sh

This commit is contained in:
mathieui 2014-07-19 00:36:44 +02:00
parent d790465d6d
commit a3556a793a
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -7,5 +7,5 @@ then
else
args="0.8.3-dev"
fi
exec python3 -OO "$poezio_dir/src/poezio.py" -v "$args" "$@"
exec python3 "$poezio_dir/src/poezio.py" -v "$args" "$@"