summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/python/python-native-2.5.1/default-is-optimized.patch
blob: 6beeb6e022f56a9c4fcd69568c729cd28f1212cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: Python-2.5.1/Python/compile.c
===================================================================
--- Python-2.5.1.orig/Python/compile.c
+++ Python-2.5.1/Python/compile.c
@@ -30,7 +30,7 @@
 #include "symtable.h"
 #include "opcode.h"
 
-int Py_OptimizeFlag = 0;
+int Py_OptimizeFlag = 1;
 
 /*
   ISSUES: