In releasetest.tcl, always use --disable-shared together with
--disable-amalgamation because mingw generates a binary that crashes and cannot be debugged using gdb if you don't. FossilOrigin-Name: 19982439418fbd36c91853cf9e09a66606f293fc
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
889864b58af1e51fb148af2d6a5cef4950f373f4
|
||||
19982439418fbd36c91853cf9e09a66606f293fc
|
||||
@@ -31,7 +31,7 @@ of the SQLite source tree.
|
||||
array set ::Configs {
|
||||
"Default" {
|
||||
-O2
|
||||
--disable-amalgamation
|
||||
--disable-amalgamation --disable-shared
|
||||
}
|
||||
"Ftrapv" {
|
||||
-O2 -ftrapv
|
||||
|
||||
Reference in New Issue
Block a user