summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-07-31 00:27:12 +0000
committerFederico Di Gregorio <fog@initd.org>2006-07-31 00:27:12 +0000
commitf204da89b5aefd0bbe81c38991ca9385270838cb (patch)
treefcb62902753828a836b26383df25ec70f41a94d7 /setup.cfg
parent14805a531144f623c7cc51c7713135ceca758cd2 (diff)
downloadpsycopg2-f204da89b5aefd0bbe81c38991ca9385270838cb.tar.gz
Preparing release 2.0.3.2_0_3
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