projects
/
minwii.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af57b5
)
Abaissement du niveau d'optimisation de la compilation des modules python pour conser...
author
pin
<pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Fri, 30 Jul 2010 13:24:02 +0000
(13:24 +0000)
committer
pin
<pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Fri, 30 Jul 2010 13:24:02 +0000
(13:24 +0000)
git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@307
fe552daf
-6dbe-4428-90eb-
1537e0879342
setup_win_exe.py
patch
|
blob
|
history
diff --git
a/setup_win_exe.py
b/setup_win_exe.py
index
9b0807a
..
e122fef
100755
(executable)
--- a/
setup_win_exe.py
+++ b/
setup_win_exe.py
@@
-166,7
+166,7
@@
class BuildExe:
}
],
#console = ["src/minwii/logapp.py"],
- options = {'py2exe': {'optimize':
2
,
+ options = {'py2exe': {'optimize':
1
,
'bundle_files': 3,
#'compressed': True,
#'excludes': self.exclude_modules,