projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
316f8a8
)
Turn off a debugging flag.
author
Brett Cannon
<bcannon@gmail.com>
Mon, 4 Feb 2008 23:41:02 +0000
(23:41 +0000)
committer
Brett Cannon
<bcannon@gmail.com>
Mon, 4 Feb 2008 23:41:02 +0000
(23:41 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 22fc2b1e5c99117b09c77041b214150151666137..e354d72b84499881cd47d5b82170ffc49f5d7cf7 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-755,7
+755,7
@@
class PyBuildExt(build_ext):
dblib_dir = None
# The sqlite interface
- sqlite_setup_debug =
True
# verbose debug prints from this script?
+ sqlite_setup_debug =
False
# verbose debug prints from this script?
# We hunt for #define SQLITE_VERSION "n.n.n"
# We need to find >= sqlite version 3.0.8