Turn on optimization, because of reasons

This commit is contained in:
mathieui 2012-03-29 12:54:54 +02:00
parent 791bcf19b1
commit 0dc819b9ce

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
exec python3 src/poezio.py "$@"
exec python3 -OO src/poezio.py "$@"