Add -DNDEBUG to the default makefile. (CVS 1790)
FossilOrigin-Name: f5ab04dae88c68543a2264a39006a435469bfaa8
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ BCC = @BUILD_CC@ @BUILD_CFLAGS@
|
|||||||
# will run on the target platform. (BCC and TCC are usually the
|
# will run on the target platform. (BCC and TCC are usually the
|
||||||
# same unless your are cross-compiling.)
|
# 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
|
# Some standard variables and programs
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
C Omit\sthe\s"LL"\sliteral\squalifier\sas\sit\scauses\sproblems\sfor\ssome\scompilers.\s(CVS\s1789)
|
C Add\s-DNDEBUG\sto\sthe\sdefault\smakefile.\s(CVS\s1790)
|
||||||
D 2004-06-30T23:04:33
|
D 2004-06-30T23:17:05
|
||||||
F Makefile.in f5788bf4daea9b25424df5ccb529ac3438efb2b2
|
F Makefile.in 77d1219b6563476711a7a962e865979a6f314eb0
|
||||||
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
|
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
|
||||||
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
|
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
|
||||||
F VERSION 5ba9a6a95b66f82d3ceaaf701250b651e9e81e4c
|
F VERSION 5ba9a6a95b66f82d3ceaaf701250b651e9e81e4c
|
||||||
@@ -233,7 +233,7 @@ F www/tclsqlite.tcl 19191cf2a1010eaeff74c51d83fd5f5a4d899075
|
|||||||
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
|
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
|
||||||
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
|
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
|
||||||
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
|
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
|
||||||
P 750ec96172e200f67cbd64659a87a1633edd544e
|
P 2010ed8040a0956f57f4ca594973ad93c0551f64
|
||||||
R 4e550c0e292408e2219d24d8430e26cc
|
R b83c88b2c6a5ad8fb3e1ff1cd3967b99
|
||||||
U drh
|
U drh
|
||||||
Z 5e1d02f1304462e1db97a82829a9a2bc
|
Z 1ac34f2ae87928adb6ed417503a79221
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
2010ed8040a0956f57f4ca594973ad93c0551f64
|
f5ab04dae88c68543a2264a39006a435469bfaa8
|
||||||
Reference in New Issue
Block a user