Add -DNDEBUG to the default makefile. (CVS 1790)

FossilOrigin-Name: f5ab04dae88c68543a2264a39006a435469bfaa8
This commit is contained in:
drh
2004-06-30 23:17:05 +00:00
parent 070aaad8e8
commit b733c18436
3 changed files with 8 additions and 8 deletions
+1 -1
View 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
#