Upstream-Status: Inappropriate [embedded specific] # When compiling for an embedded system, we need every bit of # performance we can get. default to optimized with the option # of opt-out. # Signed-Off: Michael 'Mickey' Lauer Index: Python-2.6.1/Python/compile.c =================================================================== --- Python-2.6.1.orig/Python/compile.c +++ Python-2.6.1/Python/compile.c @@ -32,7 +32,7 @@ #include "symtable.h" #include "opcode.h" -int Py_OptimizeFlag = 0; +int Py_OptimizeFlag = 1; #define DEFAULT_BLOCK_SIZE 16 #define DEFAULT_BLOCKS 8 orm'>
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/pth
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-05-03pth: fix m4 warning in autotools-stageHenning Heinold3
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2005-06-30import clean BK tree at cset 1.3670Koen Kooi2
2005-02-07pth_2.0.2.bb:Koen Kooi1
2005-01-26Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer1