The --enable-debug option on configure enables verbose explain and vdbe_trace.

Ticket #1680. (CVS 3120)

FossilOrigin-Name: ee2f706800849a95cc74a08ba0f25d3728dbe3ec
This commit is contained in:
drh
2006-03-03 20:37:52 +00:00
parent 27ed1d90f6
commit eae3a0d8c4
4 changed files with 12 additions and 12 deletions
Vendored
+2 -2
View File
@@ -1502,7 +1502,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# The following RCS revision string applies to configure.in
# $Revision: 1.38 $
# $Revision: 1.39 $
#########
# Programs needed
@@ -20471,7 +20471,7 @@ else
use_debug=no
fi;
if test "${use_debug}" = "yes" ; then
TARGET_DEBUG=""
TARGET_DEBUG="-DSQLITE_DEBUG=1"
else
TARGET_DEBUG="-DNDEBUG"
fi