# 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 Index: Python-2.6.1/Modules/main.c =================================================================== --- Python-2.6.1.orig/Modules/main.c +++ Python-2.6.1/Modules/main.c @@ -40,7 +40,7 @@ static char **orig_argv; static int orig_argc; /* command line options */ -#define BASE_OPTS "3bBc:dEhiJm:OQ:sStuUvVW:xX?" +#define BASE_OPTS "3bBc:dEhiJm:NOQ:sStuUvVW:xX?" #ifndef RISCOS #define PROGRAM_OPTS BASE_OPTS @@ -69,8 +69,7 @@ Options and arguments (and corresponding static char *usage_2 = "\ if stdin does not appear to be a terminal; also PYTHONINSPECT=x\n\ -m mod : run library module as a script (terminates option list)\n\ --O : optimize generated bytecode slightly; also PYTHONOPTIMIZE=x\n\ --OO : remove doc-strings in addition to the -O optimizations\n\ +-N : do NOT optimize generated bytecode\n\ -Q arg : division options: -Qold (default), -Qwarn, -Qwarnall, -Qnew\n\ -s : don't add user site directory to sys.path; also PYTHONNOUSERSITE\n\ -S : don't imply 'import site' on initialization\n\ @@ -353,8 +352,8 @@ Py_Main(int argc, char **argv) /* case 'J': reserved for Jython */ - case 'O': - Py_OptimizeFlag++; + case 'N': + Py_OptimizeFlag=0; break; case 'B': a>diff
path: root/packages/xorg-app/xrandr_1.2.0.bb
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther17:12:01 +0000'>2008-04-16linux_2.6.24.bb: build yenta-socket module for mpc8313e-rdbJeremy Laine2
2008-03-25linux-2.6.24: new rtc-sa1100 fixes for the simpadHenning Heinold1
2008-03-22conf and linux: update ts72xx to 2.6.24 kernel. Closes 3906.Rolf Leggewie14
2008-03-19linux-2.6.24: build TUN/TAP module for mpc8313e-rdbJeremy Laine1
2008-03-17linux-2.6.24: fix sa1100-rtcHenning Heinold1
2008-03-14linux 2.6.24: tweak at32stk100 defconfigKoen Kooi1
2008-03-14linux 2.6.24: add support for atngw100 and at32stk1000Koen Kooi4
2008-03-03simpad-linux-2.6.24: Fix building of the linux-kernel for 2.6.24Henning Heinold2
2008-02-29linux 2.6.24: update cm-x270 to use 2.6.24 kernelCliff Brake8
2008-02-29linux-2.6.24: Fix MPC8313E-RDB LED numbering order.Leon Woestenberg1
2008-02-19linux-2.6.24: revert addition of qemux86 defconfig, use linux-rp-2.6.24 insteadJeremy Laine2
2008-02-19linux-2.6.24: add defconfig for qemux86Jeremy Laine2
2008-02-18linux-2.6.24: improve mpc8313e-rdb supportJeremy Laine2
2008-02-18linux-2.6.2[34]: rename mpc8313e-rdb LEDsJeremy Laine1
2008-02-16linux-(rt-)2.6.24: Fix clock resolution to nanosecond.Leon Woestenberg1
2008-02-14linux-2.6.24: fix sources for mpc8313e-rdb, refresh defconfigJeremy Laine1
2008-02-14linux-2.6.24: add mpc8313e-rdb patches for LEDs and real-time clockJeremy Laine2
2008-02-11linux-2.6.24: Added mpc8313e-rdb machine as supported.Leon Woestenberg2
2008-02-07linux-2.6.24: add reboot patch for gesbc-9302 kernelCliff Brake1
2008-02-04gesbc-9302, linux-2.6.24: update gesbc-9302 to 2.6.24 released kernel versionCliff Brake6