summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-11-16 13:54:35 +0000
committerFederico Di Gregorio <fog@initd.org>2005-11-16 13:54:35 +0000
commit000aa345ac984d9a570a679a58147759a4db7ac1 (patch)
treea80dc9c5e2ee226c8622dc9f5012bbed6431b555
parent3a34182307998eb9e1b5c40a9cacc8e8f0fa11d7 (diff)
downloadpsycopg2-000aa345ac984d9a570a679a58147759a4db7ac1.tar.gz
Preparing release 2.0 beta 6.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 220e5a6..d4c49e4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[build_ext]
-define=PSYCOPG_DEBUG,PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
+define=PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,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