Another minor perf tweak for the runtime.

This commit is contained in:
Dave Page 2017-06-11 14:34:49 +01:00
parent f0d287588a
commit ef4b8e8c1c

View File

@ -63,6 +63,7 @@ Server::Server(quint16 port, QString key)
// Initialise Python
Py_NoSiteFlag=1;
Py_NoUserSiteDirectory=1;
Py_DontWriteBytecodeFlag=1;
PGA_APP_NAME_UTF8 = PGA_APP_NAME.toUtf8();