Turn on optimization, because of reasons
This commit is contained in:
parent
791bcf19b1
commit
0dc819b9ce
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
exec python3 src/poezio.py "$@"
|
||||
exec python3 -OO src/poezio.py "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue