summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-06-08 00:45:43 +0000
committerFederico Di Gregorio <fog@initd.org>2006-06-08 00:45:43 +0000
commit39249e474107a8bd8bf541ac3bf91d99fdb67f9f (patch)
treece9b13083226df5214933b2b10201e7e54368c18 /setup.cfg
parent2e2b4ad01aef6adf81f523e6ba700e8f11e2c23a (diff)
downloadpsycopg2-39249e474107a8bd8bf541ac3bf91d99fdb67f9f.tar.gz
Really preparing 2.0. (Yes, it is real. Sure. As promised. Reallyreallyreally. You can bet. Somebody just bomb Django developers, please. C8E, you see? I see you! You are grinning!)2_0_0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 40e6ab4..9c32951 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[build_ext]
-define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
+define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
# PSYCOPG_EXTENSIONS enables extensions to PEP-249 (you really want this)
# PSYCOPG_DISPLAY_SIZE enable display size calculation (a little slower)
# HAVE_PQFREEMEM should be defined on PostgreSQL >= 7.3