Author: cito
Date: Tue Oct 30 16:42:02 2012
New Revision: 450
Log:
Add default build options to setup.py.
Modified:
trunk/module/setup.py
Modified: trunk/module/setup.py
==============================================================================
--- trunk/module/setup.py Tue Oct 30 12:33:31 2012 (r449)
+++ trunk/module/setup.py Tue Oct 30 16:42:02 2012 (r450)
@@ -96,6 +96,12 @@
"""Return the C compiler used for building the extension."""
return self.compiler or get_default_compiler()
+ def initialize_options(self):
+ build_ext.initialize_options(self)
+ self.direct_access = 1
+ self.large_objects = 1
+ self.default_vars = 1
+
def finalize_options(self):
"""Set final values for all build_pg options."""
build_ext.finalize_options(self)
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql