summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-native/04-default-is-optimized.patch
blob: 5131e0ba6959fb6c8e39a47479ee18fd0779355d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 <mickey@vanille-media.de>

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
with current O...Paul Sokolovsky3 2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1 2006-08-10opie-taskbar.inc: Add Universal bits by Goxboxlive.Florian Boor1 2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2 2006-07-11opie-taskbar 1.2.2 add dedicated qpe.conf for htcuniversalMichael Lauer3 2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther2 2006-06-28opie-taskbar: c7x0 w/ w100 acceleration needs a special suspend/resume scriptMichael Lauer4 2006-06-22tslib|opie-taskbar: remove opie mouse hack for htcuniversal in tslib.sh and a...Michael Lauer4 2006-05-15opie-taskbar: Poodle: Fix cursor rotation for kernel 2.6 images. Might also b...Matthias Hentges3 2006-04-08* Remove 2.4 machine support for c7x0, akita, spitz and borzoi. Richard Purdie3 2006-03-04opie-taskbar: enable dedicated pictures for tosaMichael Lauer3 2006-01-12Correct Opie PV format to preserve upgradability of packages but note where c...Richard Purdie1 2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1 2005-09-12Opie 1.2.1:Holger Freyther2 2005-08-28opie-taskbar: add borzoi setting for background and welcome pixmapsMichael Lauer2 2005-08-22add support for the Sharp SL-C3100 (Borzoi)Michael Lauer2 2005-08-08Beagle:Holger Freyther2 2005-07-27update attributesMichael Lauer1 2005-07-26opie-taskbar: qpe.conf: use Windows (*cough*) style on hires modelsMichael Lauer4 2005-07-22Opie-Taskbar: remove hard coded QWS_DISPLAY setting from initscriptMichael Lauer3 2005-07-01Opie: set default font size to 16pt on hires devicesMichael Lauer6 2005-06-30opie-taskbar: /etc/init.d/opie: copy $OPIEDIR/etc/skel/*.conf into $HOME/Sett...Michael Lauer1 2005-06-30import clean BK tree at cset 1.3670Koen Kooi17 2005-06-29opie-taskbar: catch up default qpe.conf w/ new auto generated ttf namesMichael Lauer7 2005-06-28Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer7 2005-06-15Merge bk://oe-devel.bkbits.net/openembeddedJohn Bowler5 2005-06-11Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net6 2005-04-23install correct opie pixmaps for CXKMichael Lauer3 2005-04-22Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMatthias Hentges3