From: mistachkin Date: Sat, 21 Mar 2015 22:13:47 +0000 (+0000) Subject: Increase the debugging level for the debug configuration in the MSVC batch build... X-Git-Tag: version-3.8.9~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=082be63b1772e3f752a694de8e51c4b963b95dbf;p=thirdparty%2Fsqlite.git Increase the debugging level for the debug configuration in the MSVC batch build tool. FossilOrigin-Name: 041484ff91fd4615368ccb2257ab50acc2cd4fea --- diff --git a/manifest b/manifest index 4a0ca3ea20..9bcf1897b9 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 9a937f472e..c20999f107 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -de9da317d4df3efefe9a1a48f954af8a19e7d098 \ No newline at end of file +041484ff91fd4615368ccb2257ab50acc2cd4fea \ No newline at end of file diff --git a/tool/build-all-msvc.bat b/tool/build-all-msvc.bat index 2ae202620a..1751fb4d12 100755 --- a/tool/build-all-msvc.bat +++ b/tool/build-all-msvc.bat @@ -321,7 +321,7 @@ FOR %%P IN (%PLATFORMS%) DO ( %_AECHO% Building the %%B configuration for platform %%P with name %%D... IF /I "%%B" == "Debug" ( - SET DEBUG=2 + SET DEBUG=3 SET MEMDEBUG=1 ) ELSE ( CALL :fn_UnsetVariable DEBUG