From: drh Date: Wed, 30 Jun 2004 23:17:05 +0000 (+0000) Subject: Add -DNDEBUG to the default makefile. (CVS 1790) X-Git-Tag: version-3.6.10~4334 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b733c18436c1f7069a45c9cb3899c96ed5090653;p=thirdparty%2Fsqlite.git Add -DNDEBUG to the default makefile. (CVS 1790) FossilOrigin-Name: f5ab04dae88c68543a2264a39006a435469bfaa8 --- diff --git a/Makefile.in b/Makefile.in index 1df8b32375..ecfc13c244 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@ # will run on the target platform. (BCC and TCC are usually the # same unless your are cross-compiling.) # -TCC = @TARGET_CC@ @TARGET_CFLAGS@ -I. -I${TOP}/src +TCC = @TARGET_CC@ @TARGET_CFLAGS@ -I. -I${TOP}/src -DNDEBUG # Some standard variables and programs # diff --git a/manifest b/manifest index 804c9b9f1a..74afb14626 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Omit\sthe\s"LL"\sliteral\squalifier\sas\sit\scauses\sproblems\sfor\ssome\scompilers.\s(CVS\s1789) -D 2004-06-30T23:04:33 -F Makefile.in f5788bf4daea9b25424df5ccb529ac3438efb2b2 +C Add\s-DNDEBUG\sto\sthe\sdefault\smakefile.\s(CVS\s1790) +D 2004-06-30T23:17:05 +F Makefile.in 77d1219b6563476711a7a962e865979a6f314eb0 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd F VERSION 5ba9a6a95b66f82d3ceaaf701250b651e9e81e4c @@ -233,7 +233,7 @@ F www/tclsqlite.tcl 19191cf2a1010eaeff74c51d83fd5f5a4d899075 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4 -P 750ec96172e200f67cbd64659a87a1633edd544e -R 4e550c0e292408e2219d24d8430e26cc +P 2010ed8040a0956f57f4ca594973ad93c0551f64 +R b83c88b2c6a5ad8fb3e1ff1cd3967b99 U drh -Z 5e1d02f1304462e1db97a82829a9a2bc +Z 1ac34f2ae87928adb6ed417503a79221 diff --git a/manifest.uuid b/manifest.uuid index ca9c0f8fa2..f21eb749a3 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -2010ed8040a0956f57f4ca594973ad93c0551f64 \ No newline at end of file +f5ab04dae88c68543a2264a39006a435469bfaa8 \ No newline at end of file