python: remove the default optimization
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 8 May 2013 08:29:48 +0000 (16:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 May 2013 10:43:12 +0000 (11:43 +0100)
commite1781777fe8d45a65afc9ca78f446c76762101be
treea29e93a5725fa7d4d08a94c4d8c5166a59126f2e
parentc02f481c90a3636733c2fdd01c79d6cdbae36076
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>
meta/recipes-devtools/python/python-native/04-default-is-optimized.patch [deleted file]
meta/recipes-devtools/python/python-native_2.7.3.bb
meta/recipes-devtools/python/python/04-default-is-optimized.patch [deleted file]
meta/recipes-devtools/python/python/99-ignore-optimization-flag.patch [deleted file]
meta/recipes-devtools/python/python_2.7.3.bb