]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Increase the debugging level for the debug configuration in the MSVC batch build...
authormistachkin <mistachkin@noemail.net>
Sat, 21 Mar 2015 22:13:47 +0000 (22:13 +0000)
committermistachkin <mistachkin@noemail.net>
Sat, 21 Mar 2015 22:13:47 +0000 (22:13 +0000)
FossilOrigin-Name: 041484ff91fd4615368ccb2257ab50acc2cd4fea

manifest
manifest.uuid
tool/build-all-msvc.bat

index 4a0ca3ea20b3910a3a14154bb6aa0d9413e09602..9bcf1897b90fe9be351eb48f277bdabfafa7f278 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Do\snot\sinvoke\sa\sC\spreprocessor\smacro\swith\san\sempty\sargument,\sas\s(reportedly)\nsome\sversions\sof\sGCC\sare\sunable\sto\sdeal\swith\sthat.
-D 2015-03-21T20:59:43.779
+C Increase\sthe\sdebugging\slevel\sfor\sthe\sdebug\sconfiguration\sin\sthe\sMSVC\sbatch\sbuild\stool.
+D 2015-03-21T22:13:47.750
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 88a3e6261286db378fdffa1124cad11b3c05f5bb
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -1194,7 +1194,7 @@ F test/without_rowid6.test db0dbf03c49030aa3c1ba5f618620334bd2baf5f
 F test/wordcount.c 9915e06cb33d8ca8109b8700791afe80d305afda
 F test/zeroblob.test caaecfb4f908f7bc086ed238668049f96774d688
 F test/zerodamage.test cf6748bad89553cc1632be51a6f54e487e4039ac
-F tool/build-all-msvc.bat 62785b25bf7ea82dc016b3233a896151c786cfbb x
+F tool/build-all-msvc.bat 6e2c65d4c694ad3bdcbf8d813d18336c378ef642 x
 F tool/build-shell.sh 950f47c6174f1eea171319438b93ba67ff5bf367
 F tool/checkSpacing.c 810e51703529a204fc4e1eb060e9ab663e3c06d2
 F tool/diffdb.c 7524b1b5df217c20cd0431f6789851a4e0cb191b
@@ -1246,7 +1246,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 235157de5113ac4c750e36a498e2a1f1cf461751
-R 4027cff60803cc3b440b57484c5f02d8
-U drh
-Z 5a82a26aab899b185210ad558ba95050
+P de9da317d4df3efefe9a1a48f954af8a19e7d098
+R 2dc59230e8af71c6a1b496cc05325870
+U mistachkin
+Z bebf96c7eb7dba0d54e717c5ef7df7e1
index 9a937f472ee0ae5d19b138760af0c94d2c91f965..c20999f107c086ef4f3a5cf1a077050fd70b5f16 100644 (file)
@@ -1 +1 @@
-de9da317d4df3efefe9a1a48f954af8a19e7d098
\ No newline at end of file
+041484ff91fd4615368ccb2257ab50acc2cd4fea
\ No newline at end of file
index 2ae202620a1624b976a1325fa47f8c98db57c3e4..1751fb4d123651e7942d98d127e83b7ccb3063f7 100755 (executable)
@@ -321,7 +321,7 @@ FOR %%P IN (%PLATFORMS%) DO (
       %_AECHO% Building the %%B configuration for platform %%P with name %%D...\r
 \r
       IF /I "%%B" == "Debug" (\r
-        SET DEBUG=2\r
+        SET DEBUG=3\r
         SET MEMDEBUG=1\r
       ) ELSE (\r
         CALL :fn_UnsetVariable DEBUG\r