]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add -DNDEBUG to the default makefile. (CVS 1790)
authordrh <drh@noemail.net>
Wed, 30 Jun 2004 23:17:05 +0000 (23:17 +0000)
committerdrh <drh@noemail.net>
Wed, 30 Jun 2004 23:17:05 +0000 (23:17 +0000)
FossilOrigin-Name: f5ab04dae88c68543a2264a39006a435469bfaa8

Makefile.in
manifest
manifest.uuid

index 1df8b32375fd829c78a5f53bda025404c2cc03e0..ecfc13c244ebe68c30d8b9fabc0e5c4138029525 100644 (file)
@@ -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
 #
index 804c9b9f1ad5eee91c46ae5b668614af07d795af..74afb14626aa6060eb633a53eef7dccdd118abe1 100644 (file)
--- 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
index ca9c0f8fa2f7265dcf56c941d1a3fda72889e5b9..f21eb749a37453d2337bf4fd08b420ec07fc3f23 100644 (file)
@@ -1 +1 @@
-2010ed8040a0956f57f4ca594973ad93c0551f64
\ No newline at end of file
+f5ab04dae88c68543a2264a39006a435469bfaa8
\ No newline at end of file