Files
Arch-R/packages/lang/Python2/patches/Python2-2.7.11-016-default-is-optimized.patch
2017-10-10 20:49:15 +01:00

14 lines
300 B
Diff

diff --git a/Python/compile.c b/Python/compile.c
index 1cf53f9..25665b5 100644
--- a/Python/compile.c
+++ b/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