From 9786e7faebdac77a13e58c62cc9a7af14ac2e5e6 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 14 Oct 2008 15:24:02 +0000 Subject: Adjust Tiny C basic options: Remove -b from debug-enabled configuration, as Tiny C might have been built without the memory and bounds checker support. --- ares/m4/cares-compilers.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ares/m4/cares-compilers.m4') diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4 index b9d1c32bd..dfb05a8db 100644 --- a/ares/m4/cares-compilers.m4 +++ b/ares/m4/cares-compilers.m4 @@ -16,7 +16,7 @@ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. -# serial 32 +# serial 33 dnl CARES_CHECK_COMPILER @@ -325,7 +325,7 @@ AC_DEFUN([CARES_CHECK_COMPILER_TINY_C], [ AC_MSG_RESULT([yes]) compiler_id="TINY_C" flags_dbg_all="-g -b" - flags_dbg_yes="-g -b" + flags_dbg_yes="-g" flags_dbg_off="" flags_opt_all="" flags_opt_yes="" -- cgit v1.2.3