summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-03-29 12:54:54 +0200
committermathieui <mathieui@mathieui.net>2012-03-29 12:54:54 +0200
commit0dc819b9ce4067f006f099511e06e0666164c7e8 (patch)
treecc1a29d30ea5e5e3f9dfe8bc6876a515687c64cb /launch.sh
parent791bcf19b17f5bd4f5638b16a6e6efcffcb9602c (diff)
downloadpoezio-0dc819b9ce4067f006f099511e06e0666164c7e8.tar.gz
poezio-0dc819b9ce4067f006f099511e06e0666164c7e8.tar.bz2
poezio-0dc819b9ce4067f006f099511e06e0666164c7e8.tar.xz
poezio-0dc819b9ce4067f006f099511e06e0666164c7e8.zip
Turn on optimization, because of reasons
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index 799b92f6..d3263f79 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
-exec python3 src/poezio.py "$@"
+exec python3 -OO src/poezio.py "$@"