mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
14 lines
300 B
Diff
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
|