generic-poky/meta/recipes-devtools/python/python-native
Robert Yang 2f7c588c5a python: remove the default optimization
We had hard coded python-native and python's default optimization to 1,
which made the "assert" statement didn't work, and removed the "-O/-OO"
(optimization options), the target python had a "-N" option to disable
the default optimization, but the native python didn't.

I think that we can set the environment variable PYTHONOPTIMIZE or use
"python -O" if we need to optimize, but I'm not sure whether we need to
set it by default, it would confuse the user or cause/hide unexpected
problems if the "assert" doesn't work.

[YOCTO #4427]

(From OE-Core rev: 165ed464bbb9bf985dde9d8c15d000809901fff6)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-05-10 11:43:12 +01:00
..
10-distutils-fix-swig-parameter.patch gcc: remove unused patches and move patches in proper dir 2011-05-18 14:32:47 +01:00
11-distutils-never-modify-shebang-line.patch gcc: remove unused patches and move patches in proper dir 2011-05-18 14:32:47 +01:00
12-distutils-prefix-is-inside-staging-area.patch python-native: distutils: don't use libdir, remove dead code path 2012-03-13 11:45:13 +00:00
debug.patch gcc: remove unused patches and move patches in proper dir 2011-05-18 14:32:47 +01:00
multilib.patch Add Upstream-Status to patches 2012-01-03 12:14:31 +00:00
nohostlibs.patch python, python-native: upgrade from 2.6.6 to 2.7.2 2011-10-31 22:03:20 +00:00
sitecustomize.py python, python-native upgrade from 2.6.5 to 2.6.6 2010-11-14 21:08:26 -08:00
sys_platform_is_now_always_linux2.patch python: Fix re-execution problem due to patching configure and configure.in 2012-04-16 12:52:09 +01:00
unixccompiler.patch python-native: Fix gcc compiler detecting logic 2011-11-29 11:22:05 +00:00