Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2005-10-15 01:20:12 +0400
committerNikos Kouremenos <kourem@gmail.com>2005-10-15 01:20:12 +0400
commit09b27a7e44eafa0497237710f05223200feeaf15 (patch)
treec0abd0e5a74b259c5369854504cbcc1e47542181 /setup_win32.py
parentf92a1371587fafe9f533620a77d91313e86b1685 (diff)
we should run py2exe with -O2 (-OO)
Diffstat (limited to 'setup_win32.py')
-rw-r--r--setup_win32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_win32.py b/setup_win32.py
index 991589853..0f62a3080 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -1,4 +1,4 @@
-## setup_win32.py (run me as python setup_win32.py py2exe)
+## setup_win32.py (run me as python setup_win32.py py2exe -O2)
##
## Gajim Team:
## - Yann Le Boulanger <asterix@lagaule.org>