fixed python optimize flag

This commit is contained in:
roberto@debian32
2011-09-11 06:42:45 +02:00
parent 8e14d68022
commit 6282178b3c
+2 -1
View File
@@ -138,9 +138,10 @@ int uwsgi_python_init() {
#endif
Py_OptimizeFlag = up.optimize;
Py_Initialize();
Py_OptimizeFlag = up.optimize;
#endif