summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2007-04-11 07:12:16 +0000
committerFederico Di Gregorio <fog@initd.org>2007-04-11 07:12:16 +0000
commitf57920b0dde5f764f21f68b24a358c3898138f7c (patch)
tree648965f1ab1d2fc52fa89164e8c896d0297da03b /setup.cfg
parent2a6b523506b64d6949cd46d64a2a76014922de7f (diff)
downloadpsycopg2-f57920b0dde5f764f21f68b24a358c3898138f7c.tar.gz
Release 2.0.6b2.
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 31e7202..ce6b7fa 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.4