]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
In releasetest.tcl, always use --disable-shared together with
authordrh <drh@noemail.net>
Wed, 7 Jan 2015 19:38:49 +0000 (19:38 +0000)
committerdrh <drh@noemail.net>
Wed, 7 Jan 2015 19:38:49 +0000 (19:38 +0000)
--disable-amalgamation because mingw generates a binary that crashes and
cannot be debugged using gdb if you don't.

FossilOrigin-Name: 19982439418fbd36c91853cf9e09a66606f293fc

manifest
manifest.uuid
test/releasetest.tcl

index 5b1acd49e67229bb46171644016542e327079dce..643c4b0538bf4901dd252701699e49e8bfe4b93c 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C In\sreleasetest.tcl,\scopy\scertain\scommand-line\sarguments\s(-g,\s-D...,\setc)\ndown\sinto\seach\stest\srun.
-D 2015-01-07T18:44:59.340
+C In\sreleasetest.tcl,\salways\suse\s--disable-shared\stogether\swith\n--disable-amalgamation\sbecause\smingw\sgenerates\sa\sbinary\sthat\scrashes\sand\ncannot\sbe\sdebugged\susing\sgdb\sif\syou\sdon't.
+D 2015-01-07T19:38:49.154
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 3a2b5f8356e11591b2a7b23ce444654424591d06
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -801,7 +801,7 @@ F test/randexpr1.test eda062a97e60f9c38ae8d806b03b0ddf23d796df
 F test/rdonly.test dd30a4858d8e0fbad2304c2bd74a33d4df36412a
 F test/regexp1.test 497ea812f264d12b6198d6e50a76be4a1973a9d8
 F test/reindex.test 44edd3966b474468b823d481eafef0c305022254
-F test/releasetest.tcl 8c0d89629ba78ebaf5a9f8323d7bfbe931e7bf08
+F test/releasetest.tcl ed0bbb989509c727ef485986a239f13a431ff01f
 F test/resolver01.test 33abf37ff8335e6bf98f2b45a0af3e06996ccd9a
 F test/rollback.test 458fe73eb3ffdfdf9f6ba3e9b7350a6220414dea
 F test/rollback2.test fc14cf6d1a2b250d2735ef16124b971bce152f14
@@ -1235,7 +1235,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 dc4aa7321262ace43d985a227ad052dfca7db6c7
-R 29f0edba48a2f5a2bdf9b5bce9d63229
+P 889864b58af1e51fb148af2d6a5cef4950f373f4
+R 26902a8eca2abb38182891a95ae86cbf
 U drh
-Z 2d1cb7c03d7ff18e565521b6e31d33d6
+Z e594c5678dcb940c76bf74543898ae24
index 626643329bf11972d4f5c77b210f059db1955899..0a8eace1f4403d62ca8033f36e37e4a7ba629390 100644 (file)
@@ -1 +1 @@
-889864b58af1e51fb148af2d6a5cef4950f373f4
\ No newline at end of file
+19982439418fbd36c91853cf9e09a66606f293fc
\ No newline at end of file
index f2f49e61d7613079a3a50e2fd949a95d6594f165..ec1e6b28891d0e22a8828141a564e7247fd8757c 100644 (file)
@@ -31,7 +31,7 @@ of the SQLite source tree.
 array set ::Configs {
   "Default" {
     -O2
-    --disable-amalgamation
+    --disable-amalgamation  --disable-shared
   }
   "Ftrapv" {
     -O2 -ftrapv