Remove the -OO in launch.sh
This commit is contained in:
parent
d790465d6d
commit
a3556a793a
1 changed files with 1 additions and 1 deletions
|
@ -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" "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue