From 09b27a7e44eafa0497237710f05223200feeaf15 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 14 Oct 2005 21:20:12 +0000 Subject: [PATCH] we should run py2exe with -O2 (-OO) --- setup_win32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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