[FIX] py2exe: keep the code unoptimized (i.e. no -Ox).
authorVo Minh Thu <vmt@openerp.com>
Fri, 8 Mar 2013 13:38:39 +0000 (14:38 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 8 Mar 2013 13:38:39 +0000 (14:38 +0100)
commitf808357a067c37140db7fb6200f104f32ee0057b
tree9d8a792e82d87bc08f695990f312750bc3fef4c8
parente866c2c5231f0ac820d2b7d2a42877f5dbaaf1a7
[FIX] py2exe: keep the code unoptimized (i.e. no -Ox).

This is necessary to keep assert statements throwing AssertException,
which are tested by our test suite, which is integrated to the server.

bzr revid: vmt@openerp.com-20130308133839-mxwfnchbarbjb7g9
setup.py