Disable weave by default.

This commit is contained in:
Luke Campagnola 2014-03-24 08:27:52 -04:00
parent 9a0eef7bea
commit 5b47eff2f7

View File

@ -52,7 +52,7 @@ CONFIG_OPTIONS = {
'background': 'k', ## default background for GraphicsWidget
'antialias': False,
'editorCommand': None, ## command used to invoke code editor from ConsoleWidgets
'useWeave': True, ## Use weave to speed up some operations, if it is available
'useWeave': False, ## Use weave to speed up some operations, if it is available
'weaveDebug': False, ## Print full error message if weave compile fails
'exitCleanup': True, ## Attempt to work around some exit crash bugs in PyQt and PySide
'enableExperimental': False, ## Enable experimental features (the curious can search for this key in the code)