we should run py2exe with -O2 (-OO)

This commit is contained in:
Nikos Kouremenos 2005-10-14 21:20:12 +00:00
parent f92a137158
commit 09b27a7e44
1 changed files with 1 additions and 1 deletions

View File

@ -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>