summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2008-09-16 09:58:44 +0200
committerFederico Di Gregorio <fog@initd.org>2008-09-16 09:58:44 +0200
commit758eaf23d10c434f8dab0167d0bd3f343cafa60f (patch)
tree7e68d8f2ea2113c83c527e0b8cfb79f6bd0b904b /setup.cfg
parentbc662db1cc4625569e56d4e42c3e6d2accb6ff03 (diff)
downloadpsycopg2-758eaf23d10c434f8dab0167d0bd3f343cafa60f.tar.gz
Preparing release 2.0.82_0_8
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 26c5693..da79b77 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,6 @@
[build_ext]
-define=PSYCOPG_EXTENSIONS,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3,PSYCOPG_DEBUG
+define=PSYCOPG_EXTENSIONS,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